X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=files%2Fetc%2Fpuppet%2Fpuppet.conf;h=a4c7ade2286b7136b90ce377a796632297e22277;hb=23893e3d9d7aed224dfb55bc6c732739120d0209;hp=01e92a1a60014922c001f09f4eba2522b72ec9d5;hpb=4b8ad1a956613a57e309e91a2f31803cead3fa4a;p=mirror%2Fdsa-puppet.git diff --git a/files/etc/puppet/puppet.conf b/files/etc/puppet/puppet.conf index 01e92a1a6..a4c7ade22 100644 --- a/files/etc/puppet/puppet.conf +++ b/files/etc/puppet/puppet.conf @@ -1,10 +1,29 @@ +## +## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. +## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git +## + [main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet -factpath=$vardir/lib/facter -pluginsync=true +factpath=$vardir/facts +pluginsync=false +# This is the default environment for all clients +environment=production [puppetmasterd] -templatedir=/var/lib/puppet/templates +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