Charm: puppetmaster
Summary
puppet master
Charm Store
juju deploy cs:precise/puppetmaster-4
Maintainer
Mark Mims
Series
precise
Description
This charm deploys a puppet master, which is the server hosting manifests and files for the puppet nodes. Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly.
Links
Repository   Bugs
lp:~charmers/charms/precise/puppetmaster/trunk
Interfaces
Provides
Readme
This is a standalone puppet master charm.

Its use is simple enough:

juju deploy puppetmaster
juju ssh puppetmaster/0
... setup /etc/puppet as you see fit

If you are using the 'puppet' subordinate charm, you can relate it to
this one with:

juju add-relation puppet:puppetmaster puppetmaster:puppetmaster

Please see the 'puppet' charm's README for more info on how to make use
of it.
Changes  
2013/03/29 Mark Mims maintainer change (revno 8)
2013/03/29 Mark Mims merging lp:~clint-fewbar/charms/precise/puppetmaster/trunk before fixing promulgation error (revno 7)
2012/04/16 Clint Byrum reformatting text for summary an description (revno 6)
2012/04/16 Clint Byrum adding a copyright file (revno 5)
2012/04/16 Clint Byrum Writing README (revno 4)
2012/04/16 Clint Byrum adding juju external node classifier (revno 3)
2012/04/14 Clint Byrum fixes for fingerprint code (revno 2)