
Catalog compilation succeeds and deploys for role::default add profiles additional_yum_repos and additional_pkgs puppetlabs/stdlib move some includes from profile::base to role::default
12 lines
268 B
Puppet
12 lines
268 B
Puppet
# @summary Default role
|
|
|
|
class role::default {
|
|
|
|
include ::profile::base
|
|
# include ::profile::rsyslog::client
|
|
# include ::profile_chrony::client
|
|
# include ::profile_firewall
|
|
# include ::profile_telegraf # depends on github.com/ncsa/puppet-profile_telegraf
|
|
|
|
}
|