2012-07-23 20:09:17 -05:00
|
|
|
[main]
|
|
|
|
logdir=/var/log/puppet
|
|
|
|
vardir=/var/lib/puppet
|
|
|
|
ssldir=/var/lib/puppet/ssl
|
|
|
|
rundir=/var/run/puppet
|
|
|
|
factpath=$vardir/lib/facter
|
|
|
|
templatedir=$confdir/templates
|
|
|
|
server=ci-puppetmaster.openstack.org
|
2012-08-05 13:02:21 -05:00
|
|
|
certname=<%= certname %>
|
2012-08-05 11:50:24 -05:00
|
|
|
pluginsync=true
|
2012-07-23 20:09:17 -05: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
|
|
|
|
ssl_client_verify_header = SSL_CLIENT_VERIFY
|
2012-12-16 09:51:37 -08:00
|
|
|
manifestdir=/opt/config/$environment/manifests
|
|
|
|
modulepath=/opt/config/$environment/modules:/etc/puppet/modules
|
2012-07-24 11:05:06 -05:00
|
|
|
manifest=$manifestdir/site.pp
|
|
|
|
reports=store, http
|
|
|
|
reporturl=http://puppet-dashboard.openstack.org:3000/reports/upload
|
2012-07-23 20:09:17 -05:00
|
|
|
|
2012-07-24 11:05:06 -05:00
|
|
|
[agent]
|
|
|
|
report=true
|
2012-08-20 16:13:31 -07:00
|
|
|
splay=true
|
|
|
|
runinterval=600
|