Skip to content

Instantly share code, notes, and snippets.

@dizz
Created July 12, 2012 11:54
Show Gist options
  • Save dizz/3097697 to your computer and use it in GitHub Desktop.
Save dizz/3097697 to your computer and use it in GitHub Desktop.
puppet.conf template
[main]
vardir = /var/lib/puppet
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = \$vardir/ssl
pluginsource = puppet://\$server/plugins
environments = <%= @host.environment %>
[puppetd]
pluginsync = true
report = true
ignoreschedules = true
daemon = false
certname = <%= @host.name %>
environment = <%= @host.environment %>
server = <%= @host.puppetmaster %>.<%= @host.domain %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment