[Mageia-sysadm] [594] fix the "end of file reached" error message that we see when running puppet

root at mageia.org root at mageia.org
Tue Dec 14 12:15:25 CET 2010


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:
--------------
    puppet/modules/puppet/templates/puppet.conf

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101214/66d00a02/attachment.html>


More information about the Mageia-sysadm mailing list