Skip to content

Instantly share code, notes, and snippets.

@ohadlevy
Created May 31, 2012 08:34
Show Gist options
  • Save ohadlevy/2841950 to your computer and use it in GitHub Desktop.
Save ohadlevy/2841950 to your computer and use it in GitHub Desktop.
[main]
vardir = /var/lib/puppet
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = \$vardir/ssl
[agent]
pluginsync = true
report = true
ignoreschedules = true
daemon = false
certname = <%= @host.certname %>
environment = <%= @host.environment %>
server = <%= @host.puppetmaster %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment