Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
[puppetmasterd]
    environments        = bootstrap,production
    environment         = bootstrap

    modulepath          = /etc/puppet/modules

[bootstrap]
    manifest            = /etc/puppet/bootstrap/site.pp
    modulepath          = /etc/puppet/bootstrap/modules:/etc/puppet/modules

[production]
    manifest            = /etc/puppet/production/site.pp
    modulepath          = /etc/puppet/production/modules:/etc/puppet/modules