git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/onboarding/puppet.conf.pp
diff options
context:
space:
mode:
Diffstat (limited to 'onboarding/puppet.conf.pp')
-rw-r--r--onboarding/puppet.conf.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/onboarding/puppet.conf.pp b/onboarding/puppet.conf.pp
new file mode 100644
index 0000000..97ba9ab
--- /dev/null
+++ b/onboarding/puppet.conf.pp
@@ -0,0 +1,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',
+}