diff options
| author | mail_redacted_for_web | 2026-01-24 10:26:21 +0100 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-01-24 10:26:21 +0100 |
| commit | 6dcd5a5c1281893c57263213ede1d54a39d61f0a (patch) | |
| tree | d8821171b23ad766c3881c5a34ed880ae2c41fb5 /onboarding/puppet.conf.pp | |
| parent | d2221daeb81ad9f627d2499fa7817ea1cf3379c5 (diff) | |
| download | control-repo-template-6dcd5a5c1281893c57263213ede1d54a39d61f0a.tar.bz2 | |
InComm: helpers for node onboarding
Diffstat (limited to 'onboarding/puppet.conf.pp')
| -rw-r--r-- | onboarding/puppet.conf.pp | 10 |
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', +} |
