]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - files/etc/puppet/puppet.conf
try to make staging work
[dsa-puppet.git] / files / etc / puppet / puppet.conf
index 931ce3ce61ad70a5a9688503752cffc8b173d6c8..d0ac184b5b4e4126610fa381bcb6bb454e1c9243 100644 (file)
@@ -10,7 +10,20 @@ ssldir=/var/lib/puppet/ssl
 rundir=/var/run/puppet
 factpath=$vardir/facts
 pluginsync=true
+# This is the default environment for all clients
+environment=production 
 
 [puppetmasterd]
 templatedir=/etc/puppet/templates
 libdir=/etc/puppet/lib
+
+[puppetd]
+environments = development,testing,production,staging
+
+[staging]
+templatedir=/srv/puppet.debian.org/stages/staging/templates
+libdir=/etc/puppet/lib
+modulepath=/srv/puppet.debian.org/stages/staging/modules
+manifest=/srv/puppet.debian.org/stages/staging/manifests/site.pp
+factpath=/srv/puppet.debian.org/stages/staging/facts
+fileservercfg=/srv/puppet.debian.org/stages/staging/fileserver.conf