use puppetdb backend for storeconfigs
[mirror/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
18 [master]
19 environmentpath=/srv/puppet.debian.org/stages
20 cadir  = /var/lib/puppet/ssl/ca
21 storeconfigs = true
22 storeconfigs_backend = puppetdb
23 <%- end -%>
24
25 [agent]
26 environments = development,testing,production,staging
27 report = true
28 configtimeout = 240
29 <%- if has_variable?("puppetversion") and @puppetversion.to_s == "3.7.2" -%>
30 stringify_facts = false
31 <%- end -%>