From 0ff0bdecf88140f09aebd28f4c0116eec1d8bb9a Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 31 May 2015 17:19:48 +0100 Subject: [PATCH] add block for production Signed-off-by: Stephen Gran --- modules/debian-org/templates/puppet.conf.erb | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.20.1