summaryrefslogtreecommitdiff
path: root/README
blob: 916ce68ee7d8646d7fe5fe098f89f20661fb983e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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...