Skip to content

Instantly share code, notes, and snippets.

@apremalal
Created May 13, 2015 06:09
Show Gist options
  • Save apremalal/e3af637d233874aa5b4c to your computer and use it in GitHub Desktop.
Save apremalal/e3af637d233874aa5b4c 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
[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
autosign=true
[appfactory]
environment=appfactory
modulepath=/home/master/puppet-manifests/appfactory/modules
templatedir=/home/master/puppet-manifests/appfactory/templates
manifest=/home/master/puppet-manifests/appfactory/manifests/site.pp
manifestdir=/home/master/puppet-manifests/appfactory/manifests/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment