Skip to content

Instantly share code, notes, and snippets.

@berghaus
Created November 20, 2013 23:49
Show Gist options
  • Save berghaus/7573383 to your computer and use it in GitHub Desktop.
Save berghaus/7573383 to your computer and use it in GitHub Desktop.
Puppet agent configuration for ATLAS batch nodes
[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
[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
# The server to which the puppet agent should connect
#
# Default: puppet
server = puppet-master.heprc.uvic.ca
# Whether to send reports after every transaction.
#
# Default: true
report = true
# Whether plugins should be synced with the central server.
#
# Default: true
pluginsync = true
# The name to use when handling certificates. Defaults to the fully qualified domain name.
#
# Default: (the system’s fully qualified domain name)
certname = atlas-batch-node.heprc.uvic.ca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment