summaryrefslogtreecommitdiff
path: root/files/client/2.6/puppet.conf
blob: 847f23cb193ade8d08c8a0f21890be6628a947f4 (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
[main]
    logdir=/var/log/puppet
    vardir=/var/lib/puppet
    rundir=/var/run/puppet
    
    ssldir=$vardir/ssl
    
    # Where 3rd party plugins and modules are installed
    libdir = $vardir/lib    

    templatedir=$vardir/templates
    modulepath=/etc/puppet/modules
    factpath = $libdir/facter

[agent]
    report=true
    pluginsync = true

    # Default environment
    environment = production

    # Development environment
    [development]
    modulepath = /etc/puppet/development/modules
    manifest = /etc/puppet/development/manifests/site.pp