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
9 ssldir=/var/lib/puppet/ssl
10 rundir=/var/run/puppet
11 factpath=$vardir/lib/facter
12 # This is the default environment for all clients
13 environment=production
14 <%- if has_variable?("puppetversion") and (scope.call_function('versioncmp', [@puppetversion.to_s, '4.4.0']) < 0) -%>
18 <% if scope.function_has_role(['puppetmaster']) %>
20 environmentpath=/srv/puppet.debian.org/stages
21 cadir = /var/lib/puppet/ssl/ca
23 storeconfigs_backend = puppetdb
27 environments = development,testing,production,staging
29 <%- if has_variable?("puppetversion") and (scope.call_function('versioncmp', [@puppetversion.to_s, '4.1.0']) >= 0) -%>
30 http_connect_timeout = 20
31 http_read_timeout = 240
35 <%- if has_variable?("puppetversion") and @puppetversion.to_s == "3.7.2" -%>
36 stringify_facts = false