From: Martin Zobel-Helas Date: Wed, 13 May 2015 17:40:54 +0000 (+0000) Subject: maybe staging wants a 3rdparty module path as well... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=52bb3bde6163ca33b597424d91e64e246c593538;p=mirror%2Fdsa-puppet.git maybe staging wants a 3rdparty module path as well... Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/debian-org/templates/puppet.conf.erb b/modules/debian-org/templates/puppet.conf.erb index 11546ebeb..13fe1372c 100644 --- a/modules/debian-org/templates/puppet.conf.erb +++ b/modules/debian-org/templates/puppet.conf.erb @@ -35,4 +35,4 @@ configtimeout = 240 [staging] manifestdir=/srv/puppet.debian.org/stages/staging/manifests fileserverconfig=/srv/puppet.debian.org/stages/staging/fileserver.conf -modulepath=/srv/puppet.debian.org/stages/staging/modules +modulepath=/srv/puppet.debian.org/stages/staging/modules:/srv/puppet.debian.org/stages/staging/3rdparty/modules