Custom config settings for satellite-installer (puppet.conf and apache conf)
We are using an existing external Puppet CA solution with our satellite so I need to some extra options for puppet and apache for this to work, see below, however the satellite-installer program overwrites these settings when it´s run.
/etc/httpd/conf.d/25-puppet.conf
Change:
SSLVerifyDepth 1
To:
SSLVerifyDepth 3
/etc/puppet/puppet.conf
Add to [main] section:
certificate_revocation = false
Looks like this comes from some kind of puppet erb templates. Where can I find the templates and adjust them, and will the templates be overwritten as well when the rpm packages are updated?
Thanks ...
Responses