Page MenuHomePhabricator
Paste P501

puppet.conf on integration puppet master
ActivePublic

Authored by hashar on Apr 9 2015, 6:23 PM.
Tags
None
Referenced Files
F110637: puppet.conf_on_integration_puppet_master
Apr 9 2015, 6:23 PM
Subscribers
None
# This file is managed by Puppet!
[main]
logdir = /var/log/puppet
vardir = /var/lib/puppet
ssldir = /var/lib/puppet/server/ssl
rundir = /var/run/puppet
factpath = $vardir/lib/facter
[agent]
server = integration-puppetmaster.eqiad.wmflabs
configtimeout = 480
splay = true
prerun_command = /etc/puppet/etckeeper-commit-pre
postrun_command = /etc/puppet/etckeeper-commit-post
pluginsync = true
report = true
certname = i-00000a4c.eqiad.wmflabs
[master]
bindaddress = 10.68.16.42
ca_md = sha1
certname = i-00000a4c.eqiad.wmflabs
thin_storeconfigs = true
templatedir = /etc/puppet/templates
modulepath = /etc/puppet/private/modules:/etc/puppet/modules
# SSL
ssldir = /var/lib/puppet/server/ssl/
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
hostcert = /var/lib/puppet/server/ssl/certs/integration-puppetmaster.eqiad.wmflabs.pem
hostprivkey = /var/lib/puppet/server/ssl/private_keys/integration-puppetmaster.eqiad.wmflabs.pem
dbadapter = sqlite3
external_nodes = /usr/local/bin/ldap-yaml-enc.py
node_terminus = exec

Event Timeline

hashar changed the title of this paste from untitled to puppet.conf on integration puppet master.
hashar updated the paste's language from autodetect to autodetect.