[Mageia-sysadm] [474] rules compilation requires that the rules are present first

root at mageia.org root at mageia.org
Thu Nov 25 18:48:14 CET 2010


Revision: 474
Author:   misc
Date:     2010-11-25 18:48:14 +0100 (Thu, 25 Nov 2010)
Log Message:
-----------
rules compilation requires that the rules are present first

Modified Paths:
--------------
    puppet/modules/spamassassin/manifests/init.pp

Modified: puppet/modules/spamassassin/manifests/init.pp
===================================================================
--- puppet/modules/spamassassin/manifests/init.pp	2010-11-25 17:48:12 UTC (rev 473)
+++ puppet/modules/spamassassin/manifests/init.pp	2010-11-25 17:48:14 UTC (rev 474)
@@ -20,6 +20,6 @@
 
     exec { "sa-compile":
         refreshonly => true,
-        require => Package["spamassassin-sa-compile"],
+        require => [Package["spamassassin-sa-compile"],Package["spamassassin"]]
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101125/be9974bf/attachment.html>


More information about the Mageia-sysadm mailing list