Skip to content

Instantly share code, notes, and snippets.

@pccowboy
Created August 16, 2012 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pccowboy/3373063 to your computer and use it in GitHub Desktop.
Save pccowboy/3373063 to your computer and use it in GitHub Desktop.
puppet agent conf for foreman
[agent]
pluginsync = true
report = true
ignoreschedules = true
daemon = false
ca_server = <%= @host.puppet_ca_server %>
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