]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/debian-org/files/puppet.conf
ee7cd93f6d8a878593cc4168ee8acd186e1d6533
[dsa-puppet.git] / modules / debian-org / files / puppet.conf
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 [main]
7 logdir=/var/log/puppet
8 vardir=/var/lib/puppet
9 ssldir=/var/lib/puppet/ssl
10 rundir=/var/run/puppet
11 factpath=$vardir/lib/facter
12 pluginsync=true
13 # This is the default environment for all clients
14 environment=production
15
16 [puppetmasterd]
17 templatedir=/etc/puppet/templates
18 #libdir=/etc/puppet/lib
19 environments = development,testing,production,staging
20 reports = store, http
21 reporturl = http://puppet-dashboard.debian.org:3000/reports/upload
22 config_version = cat /etc/puppet/.config-version
23
24 [puppetd]
25 environments = development,testing,production,staging
26 report = true
27
28 [staging]
29 libdir=/etc/puppet/lib
30 manifestdir=/srv/puppet.debian.org/stages/staging/manifests
31 templatedir=/srv/puppet.debian.org/stages/staging/templates
32 fileserverconfig=/srv/puppet.debian.org/stages/staging/fileserver.conf
33 modulepath=/srv/puppet.debian.org/stages/staging/modules