Skip to content

ucbpi/puppet-puppet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet Module

This module provides mechanisms to manage your puppet agent and master

Examples


  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

License

See LICENSE file

Copyright

Copyright © 2013 The Regents of the University of California

Contact

Aaron Russo arusso@berkeley.edu

Support

Please log tickets and issues at the Projects site

About

Puppet managing Puppet.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages