X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdebian-org%2Ftemplates%2Fpuppet.conf.erb;fp=modules%2Fdebian-org%2Ftemplates%2Fpuppet.conf.erb;h=0000000000000000000000000000000000000000;hb=6f2e5fc86e49c12b12eef39fc69e0e810a32c318;hp=8b7580026b859219837a0973eba81af6ec93b3fd;hpb=4326b0a78553bfe9696c10f1a69e1316acd23802;p=mirror%2Fdsa-puppet.git diff --git a/modules/debian-org/templates/puppet.conf.erb b/modules/debian-org/templates/puppet.conf.erb deleted file mode 100644 index 8b7580026..000000000 --- a/modules/debian-org/templates/puppet.conf.erb +++ /dev/null @@ -1,44 +0,0 @@ -## -## 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 -# This is the default environment for all clients -environment=production - -<%- if scope.lookupvar('::hostname') == 'handel' -%> -modulepath=/etc/puppet/modules:/etc/puppet/3rdparty/modules:/usr/share/puppet/modules - -[master] -environments = production,staging -reports = store -config_version = cat /etc/puppet/.config-version -storeconfigs = true -thin_storeconfigs = true -dbadapter=mysql -dbuser=puppet -dbpassword=<%= scope.lookupvar('dbpassword') %> -dbserver=localhost - -[production] -manifestdir=/srv/puppet.debian.org/stages/production/manifests -fileserverconfig=/srv/puppet.debian.org/stages/production/fileserver.conf -modulepath=/srv/puppet.debian.org/stages/production/modules:/srv/puppet.debian.org/stages/production/3rdparty/modules - -[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:/srv/puppet.debian.org/stages/staging/3rdparty/modules -<%- end -%> - -[agent] -environments = development,testing,production,staging -report = true -configtimeout = 240