control-repo/site-modules/role/manifests/default.pp
Cameron Pitcel 7730016639 Updated Puppetfile for ASDPLNG-46
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
2021-04-29 15:05:03 -05:00

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
}