[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