git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/onboarding/puppet.conf.pp
blob: 97ba9ab78f4a951d37571f3c97794f94d1c33258 (plain)
1
2
3
4
5
6
7
8
9
10
# 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',
}