X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdebian-org%2Ftemplates%2Fpuppet.conf.erb;h=13fe1372c75087cd8a22b6db9a2e5defc706d991;hb=82984b71d76387542d02ec6971003f95fd13242c;hp=81189574652a4dfba2b22d864e7ff70d4334db42;hpb=7962c338466f5f53863957a55b9eb0b0d85c765d;p=mirror%2Fdsa-puppet.git diff --git a/modules/debian-org/templates/puppet.conf.erb b/modules/debian-org/templates/puppet.conf.erb index 811895746..13fe1372c 100644 --- a/modules/debian-org/templates/puppet.conf.erb +++ b/modules/debian-org/templates/puppet.conf.erb @@ -10,6 +10,7 @@ ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet factpath=$vardir/lib/facter pluginsync=true +modulepath=/etc/puppet/modules:/etc/puppet/3rdparty/modules:/usr/share/puppet/modules # This is the default environment for all clients environment=production @@ -19,10 +20,10 @@ environments = development,testing,production,staging reports = store, http reporturl = http://puppet-dashboard.debian.org:3000/reports/upload config_version = cat /etc/puppet/.config-version -storeconfigs = true +thin_storeconfigs = true dbadapter=mysql dbuser=puppet -dbpassword=Oof0shee6Athoesh +dbpassword=<%= scope.lookupvar('dbpassword') %> dbserver=localhost <%- end -%> @@ -34,4 +35,4 @@ configtimeout = 240 [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 +modulepath=/srv/puppet.debian.org/stages/staging/modules:/srv/puppet.debian.org/stages/staging/3rdparty/modules