## ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git ## [main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet factpath=$vardir/lib/facter pluginsync=true modulepath=/etc/puppet/modules:/etc/puppet/3rdparty/modules:/usr/share/puppet/modules # This is the default environment for all clients environment=production <%- if scope.lookupvar('::hostname') == 'handel' -%> [master] environments = production,staging reports = store config_version = cat /etc/puppet/.config-version storeconfigs = true thin_storeconfigs = true dbadapter=mysql dbuser=puppet dbpassword=<%= scope.lookupvar('dbpassword') %> dbserver=localhost <%- end -%> [agent] environments = development,testing,production,staging report = true configtimeout = 240 [production] manifestdir=/srv/puppet.debian.org/stages/production/manifests fileserverconfig=/srv/puppet.debian.org/stages/production/fileserver.conf modulepath=/srv/puppet.debian.org/stages/production/modules:/srv/puppet.debian.org/stages/production/3rdparty/modules [staging] manifestdir=/srv/puppet.debian.org/stages/staging/manifests fileserverconfig=/srv/puppet.debian.org/stages/staging/fileserver.conf modulepath=/srv/puppet.debian.org/stages/staging/modules:/srv/puppet.debian.org/stages/staging/3rdparty/modules