From: Stephen Gran Date: Sun, 31 May 2015 16:19:48 +0000 (+0100) Subject: add block for production X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=0ff0bdecf88140f09aebd28f4c0116eec1d8bb9a;p=mirror%2Fdsa-puppet.git add block for production Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/templates/puppet.conf.erb b/modules/debian-org/templates/puppet.conf.erb index 915b83c43..38ef32d42 100644 --- a/modules/debian-org/templates/puppet.conf.erb +++ b/modules/debian-org/templates/puppet.conf.erb @@ -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