Modified: puppet/modules/puppet/templates/puppet.conf
===================================================================
--- puppet/modules/puppet/templates/puppet.conf 2010-12-14 05:51:40 UTC (rev 593)
+++ puppet/modules/puppet/templates/puppet.conf 2010-12-14 11:15:25 UTC (rev 594)
@@ -13,8 +13,11 @@
[master]
certname = puppetmaster.<%= domain %>
- reports = tagmail,store
+ # tagmail should be kept last, until this bug is fixed
+ # https://projects.puppetlabs.com/issues/5018
+ reports = store,tagmail
+
storeconfigs = true
dbadapter = sqlite3
dblocation = /var/lib/puppet/storeconfigs.db