]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/debian-org/templates/puppet.conf.erb
try thin_storeconfigs
[dsa-puppet.git] / modules / debian-org / templates / puppet.conf.erb
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 <%- if scope.lookupvar('::hostname') == 'handel' -%>
17 [master]
18 environments = development,testing,production,staging
19 reports = store, http
20 reporturl = http://puppet-dashboard.debian.org:3000/reports/upload
21 config_version = cat /etc/puppet/.config-version
22 thin_storeconfigs = true
23 dbadapter=mysql
24 dbuser=puppet
25 dbpassword=<% scope.lookupvar('dbpassword') %>
26 dbserver=localhost
27 <%- end -%>
28
29 [agent]
30 environments = development,testing,production,staging
31 report = true
32 configtimeout = 240
33
34 [staging]
35 manifestdir=/srv/puppet.debian.org/stages/staging/manifests
36 fileserverconfig=/srv/puppet.debian.org/stages/staging/fileserver.conf
37 modulepath=/srv/puppet.debian.org/stages/staging/modules