Add new module elasticsearch for listsearch
[mirror/dsa-puppet.git] / modules / debian-org / templates / puppet.conf.erb
index 67a4d49..82d0546 100644 (file)
@@ -10,6 +10,7 @@ ssldir=/var/lib/puppet/ssl
 rundir=/var/run/puppet
 factpath=$vardir/lib/facter
 pluginsync=true
+modulepath=/etc/puppet/3rdparty/modules:$modulepath
 # This is the default environment for all clients
 environment=production
 
@@ -19,16 +20,17 @@ 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 -%>
 
 [agent]
 environments = development,testing,production,staging
 report = true
+configtimeout = 240
 
 [staging]
 manifestdir=/srv/puppet.debian.org/stages/staging/manifests