use puppetdb backend for storeconfigs
[mirror/dsa-puppet.git] / modules / debian_org / templates / puppet.conf.erb
index 3e4cfdc..319c47d 100644 (file)
@@ -19,11 +19,7 @@ environment=production
 environmentpath=/srv/puppet.debian.org/stages
 cadir  = /var/lib/puppet/ssl/ca
 storeconfigs = true
-thin_storeconfigs = true
-dbadapter=mysql
-dbuser=puppet
-dbpassword=<%= scope.lookupvar('dbpassword') %>
-dbserver=localhost
+storeconfigs_backend = puppetdb
 <%- end -%>
 
 [agent]