diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2010-05-11 17:00:20 -0400 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2010-05-11 17:00:20 -0400 |
commit | 57d8ecf86f49db2c9e367480e380a73cad4b71e6 (patch) | |
tree | 473263b26fdb525e7e7c90efbf919b9d3f02dd99 /README | |
parent | 0f0434a582c1f3bd274a79e51ab34a2f4887e659 (diff) | |
parent | fc72cbc8a9d09b2d305df061dfc74cc960610d85 (diff) |
Merge commit 'nadir/master'
Diffstat (limited to 'README')
-rw-r--r-- | README | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,32 @@ +Puppet-Module for configuring Puppet itself, both the master and the clients +============================================================================ + +Use a seperate local module called "site-puppet", where you place your customized +files, under: + site-puppet/files/master/fileserver.conf + site-puppet/files/master/puppet.conf + +those files in this module are just examples. + +Depends on Modules +------------------ +- bc +- cron + +Usage +----- +in your site.pp, i.e. : + + $puppet_crontime = "0,12 * * * *" + include puppet::cron + + include puppet::puppetmaster + + include puppet::puppetmaster::passenger + + $puppet_storeconfig_password="..." + include puppet::puppetmaster::storeconfigs + + + +...tbc... |