Skip to content

Instantly share code, notes, and snippets.

@niklas
Last active August 29, 2015 14:01
Show Gist options
  • Save niklas/775de451711b051aa375 to your computer and use it in GitHub Desktop.
Save niklas/775de451711b051aa375 to your computer and use it in GitHub Desktop.
maybe broken puppet.conf
[main]
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
rundir=/var/run/puppet
factpath=$vardir/lib/facter:/home/guy/puppet/modules/rvm/lib/facter
prerun_command=/etc/puppet/etckeeper-commit-pre
postrun_command=/etc/puppet/etckeeper-commit-post
pluginsync=true
server=hurlg.lanpartei.de
preferred_serialization_format=pson
reports = store, http
[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
storeconfigs=true
storeconfigs_backend=puppetdb
reporturl = http://10.0.3.137/reports/upload
modulepath = /home/guy/puppet/modules
manifest = /home/guy/puppet/manifests/site.pp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment