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/000902.html | 111 ++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000902.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000902.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000902.html b/zarb-ml/mageia-sysadm/2010-November/000902.html new file mode 100644 index 000000000..4954ee17e --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000902.html @@ -0,0 +1,111 @@ + + + + [Mageia-sysadm] [459] fix order of execution + + + + + + + + + +

[Mageia-sysadm] [459] fix order of execution

+ root at mageia.org + root at mageia.org +
+ Wed Nov 24 21:31:09 CET 2010 +

+
+ +
Revision: 459
+Author:   misc
+Date:     2010-11-24 21:31:08 +0100 (Wed, 24 Nov 2010)
+Log Message:
+-----------
+fix order of execution
+
+Modified Paths:
+--------------
+    puppet/modules/spamassassin/manifests/init.pp
+
+Modified: puppet/modules/spamassassin/manifests/init.pp
+===================================================================
+--- puppet/modules/spamassassin/manifests/init.pp	2010-11-24 20:31:07 UTC (rev 458)
++++ puppet/modules/spamassassin/manifests/init.pp	2010-11-24 20:31:08 UTC (rev 459)
+@@ -2,7 +2,7 @@
+ 
+     package { "spamassassin-sa-compile":
+         ensure => installed,
+-        notify => "sa-compile",
++        notify => Exec["sa-compile"],
+     }
+ 
+     package { "spamassassin":
+@@ -20,5 +20,6 @@
+ 
+     exec { "sa-compile":
+         refreshonly => true,
++        require => Package["spamassassin-sa-compile"],
+     }
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101124/5bf2d53d/attachment-0001.html>
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+

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