summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-December/001182.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001182.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-December/001182.html91
1 files changed, 91 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/001182.html b/zarb-ml/mageia-sysadm/2010-December/001182.html
new file mode 100644
index 000000000..f5e73c63b
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-December/001182.html
@@ -0,0 +1,91 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [594] fix the &quot;end of file reached&quot; error message that we see when running puppet
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B594%5D%20fix%20the%20%22end%20of%20file%20reached%22%20error%20message%0A%20that%20we%20see%20when%20running%20puppet&In-Reply-To=%3C20101214111525.65BA740222%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="001181.html">
+ <LINK REL="Next" HREF="001183.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [594] fix the &quot;end of file reached&quot; error message that we see when running puppet</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B594%5D%20fix%20the%20%22end%20of%20file%20reached%22%20error%20message%0A%20that%20we%20see%20when%20running%20puppet&In-Reply-To=%3C20101214111525.65BA740222%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [594] fix the &quot;end of file reached&quot; error message that we see when running puppet">root at mageia.org
+ </A><BR>
+ <I>Tue Dec 14 12:15:25 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="001181.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org
+</A></li>
+ <LI>Next message: <A HREF="001183.html">[Mageia-sysadm] [595] - do not restart when puppet.conf is updated, or this stop puppet while updating itself
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1182">[ date ]</a>
+ <a href="thread.html#1182">[ thread ]</a>
+ <a href="subject.html#1182">[ subject ]</a>
+ <a href="author.html#1182">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 594
+Author: misc
+Date: 2010-12-14 12:15:25 +0100 (Tue, 14 Dec 2010)
+Log Message:
+-----------
+fix the &quot;end of file reached&quot; error message that we see when running puppet
+manually, see <A HREF="https://projects.puppetlabs.com/issues/5018">https://projects.puppetlabs.com/issues/5018</A> 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.&lt;%= domain %&gt;
+- reports = tagmail,store
+
++ # tagmail should be kept last, until this bug is fixed
++ # <A HREF="https://projects.puppetlabs.com/issues/5018">https://projects.puppetlabs.com/issues/5018</A>
++ reports = store,tagmail
++
+ storeconfigs = true
+ dbadapter = sqlite3
+ dblocation = /var/lib/puppet/storeconfigs.db
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101214/66d00a02/attachment.html&gt;
+</PRE>
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="001181.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org
+</A></li>
+ <LI>Next message: <A HREF="001183.html">[Mageia-sysadm] [595] - do not restart when puppet.conf is updated, or this stop puppet while updating itself
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1182">[ date ]</a>
+ <a href="thread.html#1182">[ thread ]</a>
+ <a href="subject.html#1182">[ subject ]</a>
+ <a href="author.html#1182">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>