Report abuse

[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