Skip to content

Instantly share code, notes, and snippets.

@jglenn9k
Created November 9, 2014 21:15
Show Gist options
  • Save jglenn9k/50c5e59dbab400fe1777 to your computer and use it in GitHub Desktop.
Save jglenn9k/50c5e59dbab400fe1777 to your computer and use it in GitHub Desktop.
[main]
# The Puppet log directory.
# The default value is '$vardir/log'.
logdir = /var/log/puppet
# Where Puppet PID files are kept.
# The default value is '$vardir/run'.
rundir = /var/run/puppet
# Where SSL certificates are kept.
# The default value is '$confdir/ssl'.
ssldir = $vardir/ssl
storeconfigs = true
storeconfigs_backend = puppetdb
report = true
reports = http, puppetdb
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
archive_files = true
summarize = true
usecacheonfailure = false
pluginsync = true
environmentpath = $confdir/environments
document_all = true
dns_alt_names = puppet,puppet.example.com,puppet.example.lan
[agent]
# The file in which puppetd stores a list of the classes
# associated with the retrieved configuratiion. Can be loaded in
# the separate ``puppet`` executable using the ``--loadclasses``
# option.
# The default value is '$confdir/classes.txt'.
classfile = $vardir/classes.txt
# Where puppetd caches the local configuration. An
# extension indicating the cache format is added automatically.
# The default value is '$confdir/localconfig'.
localconfig = $vardir/localconfig
runinterval = 7200
splay = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment