X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdebian-org%2Ftemplates%2Fpuppet.conf.erb;h=2c41258e6a5d334eb6dc66331064dbcb65568fde;hb=bc485a6440d77df73c2adf03237f0388b5cc028b;hp=915b83c43dc9f6d8c2cf459ef3498bd9fce55be4;hpb=7fcd3b79c6af679888217733c2f2b3772020f677;p=mirror%2Fdsa-puppet.git diff --git a/modules/debian-org/templates/puppet.conf.erb b/modules/debian-org/templates/puppet.conf.erb index 915b83c43..2c41258e6 100644 --- a/modules/debian-org/templates/puppet.conf.erb +++ b/modules/debian-org/templates/puppet.conf.erb @@ -16,7 +16,7 @@ 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 @@ -33,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