diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000268.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000268.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000268.html b/zarb-ml/mageia-sysadm/2010-November/000268.html new file mode 100644 index 000000000..1149af5b6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000268.html @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [147] remove the check for postfix not to duplicate the 'postfix' module + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B147%5D%20remove%20the%20check%20for%20postfix%20not%20to%20duplicate%0A%09the%20%27postfix%27%20module&In-Reply-To=%3C20101105152935.A4EF03FBDB%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="000267.html"> + <LINK REL="Next" HREF="000270.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [147] remove the check for postfix not to duplicate the 'postfix' module</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B147%5D%20remove%20the%20check%20for%20postfix%20not%20to%20duplicate%0A%09the%20%27postfix%27%20module&In-Reply-To=%3C20101105152935.A4EF03FBDB%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [147] remove the check for postfix not to duplicate the 'postfix' module">root at mageia.org + </A><BR> + <I>Fri Nov 5 16:29:35 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000267.html">[Mageia-sysadm] SQL Server +</A></li> + <LI>Next message: <A HREF="000270.html">[Mageia-sysadm] [148] add the creation of '/var/lib/blog/' in init.pp +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#268">[ date ]</a> + <a href="thread.html#268">[ thread ]</a> + <a href="subject.html#268">[ subject ]</a> + <a href="author.html#268">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 147 +Author: dams +Date: 2010-11-05 16:29:35 +0100 (Fri, 05 Nov 2010) +Log Message: +----------- +remove the check for postfix not to duplicate the 'postfix' module + +Modified Paths: +-------------- + puppet/modules/blog/manifests/init.pp + +Modified: puppet/modules/blog/manifests/init.pp +=================================================================== +--- puppet/modules/blog/manifests/init.pp 2010-11-05 14:51:49 UTC (rev 146) ++++ puppet/modules/blog/manifests/init.pp 2010-11-05 15:29:35 UTC (rev 147) +@@ -3,9 +3,9 @@ + package { 'wget': + ensure => installed + } +- package { 'postfix': +- ensure => installed +- } ++ #package { 'postfix': ++ # ensure => installed ++ #} + file { "check_new-blog-post": + path => "/usr/local/bin/check_new-blog-post.sh", + ensure => present, +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101105/9d0d9e0a/attachment.html> +</PRE> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000267.html">[Mageia-sysadm] SQL Server +</A></li> + <LI>Next message: <A HREF="000270.html">[Mageia-sysadm] [148] add the creation of '/var/lib/blog/' in init.pp +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#268">[ date ]</a> + <a href="thread.html#268">[ thread ]</a> + <a href="subject.html#268">[ subject ]</a> + <a href="author.html#268">[ 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> |