X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=files%2Fetc%2Fpuppet%2Fpuppet.conf;h=c2007060a9e0382bad7ea5884d6add4485e15280;hb=0667e4ac5712e98cfc7edfecd76aada868d4764e;hp=931ce3ce61ad70a5a9688503752cffc8b173d6c8;hpb=4de937c7dc6219cb51e2d6402208d260fde5b558;p=dsa-puppet.git diff --git a/files/etc/puppet/puppet.conf b/files/etc/puppet/puppet.conf index 931ce3ce..c2007060 100644 --- a/files/etc/puppet/puppet.conf +++ b/files/etc/puppet/puppet.conf @@ -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 +environments = development,testing,production,staging + +[puppetd] +environments = development,testing,production,staging + +[staging] +libdir=/etc/puppet/lib +manifestdir=/srv/puppet.debian.org/stages/staging/manifests +templatedir=/srv/puppet.debian.org/stages/staging/templates +fileserverconfig=/srv/puppet.debian.org/stages/staging/fileserver.conf +modulepath=/srv/puppet.debian.org/stages/staging/modules