Skip to content

Instantly share code, notes, and snippets.

@zipkid
Created September 10, 2012 14:57
Show Gist options
  • Save zipkid/3691326 to your computer and use it in GitHub Desktop.
Save zipkid/3691326 to your computer and use it in GitHub Desktop.
[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
prerun_command=/etc/puppet/etckeeper-commit-pre
postrun_command=/etc/puppet/etckeeper-commit-post
manifest = $confdir/environments/$environment/manifests/site.pp
fileserverconfig = $confdir/fileserver.conf.$environment
modulepath = /etc/puppet/modules:/var/lib/puppet/modules:/data/puppet/modules:$confdir/environments/$environment/modules
pluginsync = true
[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
certname=puppetmastertesting
reports = store,http
reporturl = http://localhost:3000/reports/upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment