]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/debian-org/templates/puppet.conf.erb
drop missing environments
[dsa-puppet.git] / modules / debian-org / templates / puppet.conf.erb
index 13fe1372c75087cd8a22b6db9a2e5defc706d991..2c41258e6a5d334eb6dc66331064dbcb65568fde 100644 (file)
@@ -16,10 +16,11 @@ environment=production
 
 <%- if scope.lookupvar('::hostname') == 'handel' -%>
 [master]
-environments = development,testing,production,staging
+environments = production,staging
 reports = store, http
 reporturl = http://puppet-dashboard.debian.org:3000/reports/upload
 config_version = cat /etc/puppet/.config-version
+storeconfigs = true
 thin_storeconfigs = true
 dbadapter=mysql
 dbuser=puppet
@@ -32,6 +33,11 @@ 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