X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdebian-org%2Ftemplates%2Fpuppet.conf.erb;h=d41e2a01a10a9ae47fd4da5e1293fc99087b3cc9;hb=93247e9078b77260d7f51aa013a05fad976d6aac;hp=13fe1372c75087cd8a22b6db9a2e5defc706d991;hpb=52bb3bde6163ca33b597424d91e64e246c593538;p=mirror%2Fdsa-puppet.git diff --git a/modules/debian-org/templates/puppet.conf.erb b/modules/debian-org/templates/puppet.conf.erb index 13fe1372c..d41e2a01a 100644 --- a/modules/debian-org/templates/puppet.conf.erb +++ b/modules/debian-org/templates/puppet.conf.erb @@ -16,10 +16,10 @@ environment=production <%- if scope.lookupvar('::hostname') == 'handel' -%> [master] -environments = development,testing,production,staging -reports = store, http -reporturl = http://puppet-dashboard.debian.org:3000/reports/upload +environments = production,staging +reports = store config_version = cat /etc/puppet/.config-version +storeconfigs = true thin_storeconfigs = true dbadapter=mysql dbuser=puppet @@ -32,6 +32,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