diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001653.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/001653.html | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/001653.html b/zarb-ml/mageia-sysadm/2011-January/001653.html new file mode 100644 index 000000000..0778739d6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001653.html @@ -0,0 +1,99 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [691] - use include instead of import, as import make our precommit hook fail + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B691%5D%20-%20use%20include%20instead%20of%20import%2C%0A%20as%20import%20make%20our%20precommit%20hook%20fail&In-Reply-To=%3C20110107022701.5867641AEC%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="001652.html"> + <LINK REL="Next" HREF="001654.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [691] - use include instead of import, as import make our precommit hook fail</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B691%5D%20-%20use%20include%20instead%20of%20import%2C%0A%20as%20import%20make%20our%20precommit%20hook%20fail&In-Reply-To=%3C20110107022701.5867641AEC%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [691] - use include instead of import, as import make our precommit hook fail">root at mageia.org + </A><BR> + <I>Fri Jan 7 03:27:01 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="001652.html">[Mageia-sysadm] [690] - disable list creation request by the web interface, as this would bypass puppet +</A></li> + <LI>Next message: <A HREF="001654.html">[Mageia-sysadm] [692] send commit to the new ml ( same as the other, I will disable the old one once I am sure everything is ready to go ) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1653">[ date ]</a> + <a href="thread.html#1653">[ thread ]</a> + <a href="subject.html#1653">[ subject ]</a> + <a href="author.html#1653">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 691 +Author: misc +Date: 2011-01-07 03:27:01 +0100 (Fri, 07 Jan 2011) +Log Message: +----------- +- use include instead of import, as import make our precommit hook fail + +Modified Paths: +-------------- + puppet/manifests/nodes.pp + +Modified: puppet/manifests/nodes.pp +=================================================================== +--- puppet/manifests/nodes.pp 2011-01-07 02:15:53 UTC (rev 690) ++++ puppet/manifests/nodes.pp 2011-01-07 02:27:01 UTC (rev 691) +@@ -63,7 +63,7 @@ + include sympa::server + include postfix::primary_smtp + +- import "lists" ++ include lists + } + + # buildnode +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110107/7d2b308a/attachment.html> +</PRE> + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001652.html">[Mageia-sysadm] [690] - disable list creation request by the web interface, as this would bypass puppet +</A></li> + <LI>Next message: <A HREF="001654.html">[Mageia-sysadm] [692] send commit to the new ml ( same as the other, I will disable the old one once I am sure everything is ready to go ) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1653">[ date ]</a> + <a href="thread.html#1653">[ thread ]</a> + <a href="subject.html#1653">[ subject ]</a> + <a href="author.html#1653">[ 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> |