From 6dcd5a5c1281893c57263213ede1d54a39d61f0a Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 24 Jan 2026 10:26:21 +0100 Subject: InComm: helpers for node onboarding --- onboarding/puppet.conf.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 onboarding/puppet.conf.pp (limited to 'onboarding/puppet.conf.pp') 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', +} -- cgit v1.2.3