eid-ops/global/overlay/etc/puppet/puppet.conf

19 lines
665 B
Text
Raw Normal View History

2013-09-02 16:01:50 +02:00
[main]
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
rundir=/var/run/puppet
2017-08-15 11:37:45 +02:00
# factpath is supposed to be colon-delimeted, but that does not appear to work
# (tested with 'strace -f facter --puppet something' - does not split on colon in Puppet 3.4.2).
factpath=/etc/puppet/facter
2013-09-02 16:01:50 +02:00
node_terminus = exec
external_nodes = /etc/puppet/cosmos_enc.py
2014-09-29 15:13:02 +02:00
basemodulepath = /etc/puppet/modules:/etc/puppet/cosmos-modules:/usr/share/puppet/modules
2017-08-15 11:37:45 +02:00
parser = future
disable_warnings = deprecations
2013-09-02 16:01:50 +02:00
[master]
# These are needed when the puppetmaster is run by passenger
# and can safely be removed if webrick is used.
ssl_client_header = SSL_CLIENT_S_DN