From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000268.html | 90 +++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000268.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000268.html') 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 @@ + + + + [Mageia-sysadm] [147] remove the check for postfix not to duplicate the 'postfix' module + + + + + + + + + +

[Mageia-sysadm] [147] remove the check for postfix not to duplicate the 'postfix' module

+ root at mageia.org + root at mageia.org +
+ Fri Nov 5 16:29:35 CET 2010 +

+
+ +
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>
+
+ + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1