]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/debian-org/templates/puppet.conf.erb
try thin_storeconfigs
[dsa-puppet.git] / modules / debian-org / templates / puppet.conf.erb
index db558f0a4cccf78ccf23a62a8c65e2af2809ba4b..f4d97ac98f1d0f1e5de86e53117ecfbc0deed6da 100644 (file)
@@ -19,6 +19,11 @@ environments = development,testing,production,staging
 reports = store, http
 reporturl = http://puppet-dashboard.debian.org:3000/reports/upload
 config_version = cat /etc/puppet/.config-version
+thin_storeconfigs = true
+dbadapter=mysql
+dbuser=puppet
+dbpassword=<% scope.lookupvar('dbpassword') %>
+dbserver=localhost
 <%- end -%>
 
 [agent]