Revision
594
Author
misc
Date
2010-12-14 12:15:25 +0100 (Tue, 14 Dec 2010)

Log Message

fix the "end of file reached" error message that we see when running puppet
manually, see https://projects.puppetlabs.com/issues/5018 for the work around 

Modified Paths

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