summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-December/001183.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001183.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-December/001183.html106
1 files changed, 106 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/001183.html b/zarb-ml/mageia-sysadm/2010-December/001183.html
new file mode 100644
index 000000000..dfdcc1db4
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-December/001183.html
@@ -0,0 +1,106 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [595] - do not restart when puppet.conf is updated, or this stop puppet while updating itself
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B595%5D%20-%20do%20not%20restart%20when%20puppet.conf%20is%20updated%2C%0A%20or%20this%20stop%20puppet%20while%20updating%20itself&In-Reply-To=%3C20101214113004.0235B40223%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="001182.html">
+ <LINK REL="Next" HREF="001184.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [595] - do not restart when puppet.conf is updated, or this stop puppet while updating itself</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B595%5D%20-%20do%20not%20restart%20when%20puppet.conf%20is%20updated%2C%0A%20or%20this%20stop%20puppet%20while%20updating%20itself&In-Reply-To=%3C20101214113004.0235B40223%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [595] - do not restart when puppet.conf is updated, or this stop puppet while updating itself">root at mageia.org
+ </A><BR>
+ <I>Tue Dec 14 12:30:03 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="001182.html">[Mageia-sysadm] [594] fix the &quot;end of file reached&quot; error message that we see when running puppet
+</A></li>
+ <LI>Next message: <A HREF="001184.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1183">[ date ]</a>
+ <a href="thread.html#1183">[ thread ]</a>
+ <a href="subject.html#1183">[ subject ]</a>
+ <a href="author.html#1183">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 595
+Author: misc
+Date: 2010-12-14 12:30:03 +0100 (Tue, 14 Dec 2010)
+Log Message:
+-----------
+- do not restart when puppet.conf is updated, or this stop puppet while updating itself
+
+Modified Paths:
+--------------
+ puppet/modules/puppet/manifests/init.pp
+
+Modified: puppet/modules/puppet/manifests/init.pp
+===================================================================
+--- puppet/modules/puppet/manifests/init.pp 2010-12-14 11:15:25 UTC (rev 594)
++++ puppet/modules/puppet/manifests/init.pp 2010-12-14 11:30:03 UTC (rev 595)
+@@ -7,10 +7,17 @@
+
+ service { puppet:
+ ensure =&gt; running,
+- subscribe =&gt; [ Package[puppet], File[&quot;/etc/puppet/puppet.conf&quot;]]
++ hasstatus =&gt; true,
++ subscribe =&gt; [ Package[puppet]]
+ }
+
+- file { &quot;/etc/puppet/puppet.conf&quot;:
++ exec { &quot;service puppet reload&quot;:
++ refreshonly =&gt; true,
++ subscribe =&gt; [ File[&quot;puppet.conf&quot;] ],
++ }
++
++ file { &quot;puppet.conf&quot;:
++ path =&gt; &quot;/etc/puppet/puppet.conf&quot;,
+ ensure =&gt; present,
+ owner =&gt; root,
+ group =&gt; root,
+@@ -33,7 +40,7 @@
+ service { puppetmaster:
+ ensure =&gt; running,
+ path =&gt; &quot;/etc/init.d/puppetmaster&quot;,
+- subscribe =&gt; [ Package[puppet-server], File[&quot;/etc/puppet/puppet.conf&quot;]]
++ subscribe =&gt; [ Package[puppet-server], File[&quot;puppet.conf&quot;]]
+ }
+
+ file { &quot;extdata&quot;:
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101214/86d5ae0a/attachment.html&gt;
+</PRE>
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="001182.html">[Mageia-sysadm] [594] fix the &quot;end of file reached&quot; error message that we see when running puppet
+</A></li>
+ <LI>Next message: <A HREF="001184.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1183">[ date ]</a>
+ <a href="thread.html#1183">[ thread ]</a>
+ <a href="subject.html#1183">[ subject ]</a>
+ <a href="author.html#1183">[ 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>