Created
September 10, 2012 14:57
-
-
Save zipkid/3691326 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 | |
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