Class
base::base
In:
/home/samdev/puppet/dist/base/manifests/init.pp
Parent:
Resources
File["/etc/motd"]
Ini_setting["puppet_pluginsync_on"]
Resources
File["/etc/motd"]
mode => "0644"
owner => "0"
group => "0"
content => inline_template("PRODUCTION\n<%= welcome %>\nManaged Node: <%= hostname %>\nManaged by Puppet version <%= puppetversion %>\n")
Ini_setting["puppet_pluginsync_on"]
path => "/etc/puppet/puppet.conf"
section => "main"
setting => "pluginsync"
value => true
[Validate]