This module provides mechanisms to manage your puppet agent and master
class { 'puppet':
dns_alt_names => [ 'pm.lan', 'pm', 'puppet', 'puppet.lan' ],
manifest => '/etc/puppet/manifests/site.pp',
master => true,
modulepath => [ '/etc/puppet/modules' ],
pluginsync => true,
reports => [ 'tagmail', 'rrdgraph', 'store' ],
sendmail => '/usr/sbin/sendmail',
reportfrom => 'puppet@pm.lan',
}
# on agents, this could be useful -- sets up pluginsync without needing any
# additional modules.
include puppet::util::pluginsync
See LICENSE file
Copyright © 2013 The Regents of the University of California
Aaron Russo arusso@berkeley.edu
Please log tickets and issues at the Projects site