updated site and role files

This commit is contained in:
root 2020-01-15 19:41:34 +00:00
parent d61f2fb360
commit ea7050052e

View File

@ -24,16 +24,6 @@ File { backup => false }
# Puppet Enterprise console and External Node Classifiers (ENC's).
#
# For more on node definitions, see: https://puppet.com/docs/puppet/latest/lang_node_definitions.html
node default {
if $trusted['extentions']['pp_role'] {
include ($trusted['extentions']['pp_role'])
} else {
notify {"WARN: Unable to apply $trusted['extentions']['pp_role'], applying base role instead":}
include "roles::node"
}
}
node 'puppet' {
include role::puppetserver