
added include for additional packages testing, to add tree to additional packages removing testing. It worked! lets try this again :( so it did work. I am smart change to Puppetfile to update the additional packages version
12 lines
307 B
Puppet
12 lines
307 B
Puppet
# @summary Default role
|
|
|
|
class role::default {
|
|
include ::profile::base
|
|
# include ::profile::rsyslog::client
|
|
include ::profile_additional_packages
|
|
# include ::profile_chrony::client
|
|
# include ::profile_firewall
|
|
# include ::profile_telegraf # depends on github.com/ncsa/puppet-profile_telegraf
|
|
|
|
}
|