X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=files%2Fetc%2Fpuppet%2Fpuppet.conf;h=a4c7ade2286b7136b90ce377a796632297e22277;hb=723003d289770302c17bd3e89363fabf477110f7;hp=931ce3ce61ad70a5a9688503752cffc8b173d6c8;hpb=e73743d9798dd28bef9565e667300745209b403a;p=mirror%2Fdsa-puppet.git diff --git a/files/etc/puppet/puppet.conf b/files/etc/puppet/puppet.conf index 931ce3ce6..a4c7ade22 100644 --- a/files/etc/puppet/puppet.conf +++ b/files/etc/puppet/puppet.conf @@ -9,8 +9,21 @@ vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet factpath=$vardir/facts -pluginsync=true +pluginsync=false +# 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