Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[base]
    pluginsync = true
    modulepath = /etc/puppet/modules
    manifest = /etc/puppet/manifests/site.pp
    manifestdir = /etc/puppet/manifests

[development]
    pluginsync = true
    modulepath = /etc/puppet/modules:/etc/puppet/modules-development/
    manifest = /etc/puppet/manifests/development/site.pp
    manifestdir = /etc/puppet/manifests/development

[pupptermasterd]
    pluginsync = true
    modulepath = /etc/puppet/modules:/etc/puppet/modules-production/
    manifest = /etc/puppet/manifests/production/site.pp
    manifestdir = /etc/puppet/manifests/production

[testing]
    pluginsync = true
    modulepath = /etc/puppet/modules:/etc/puppet/modules-testing/
    manifest = /etc/puppet/manifests/development/site.pp
    manifestdir = /etc/puppet/manifests/development