Created
May 13, 2015 06:09
-
-
Save apremalal/e3af637d233874aa5b4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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