# Manually kick off node agent configuration. # USE THIS THROUGH PUPPET.CONF.SH IN THIS FOLDER - # that will ensure the template is underneath /tmp. file { '/etc/puppetlabs/puppet/puppet.conf': ensure => file, content => epp('/tmp/puppet.conf.epp'), mode => '0644', owner => 'root', group => 'root', }