aboutsummaryrefslogtreecommitdiffstats
path: root/modules/spamassassin/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/spamassassin/manifests/init.pp')
-rw-r--r--modules/spamassassin/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/spamassassin/manifests/init.pp b/modules/spamassassin/manifests/init.pp
index 44a9150b..067ff00b 100644
--- a/modules/spamassassin/manifests/init.pp
+++ b/modules/spamassassin/manifests/init.pp
@@ -1,5 +1,5 @@
class spamassassin {
-
+ # it should also requires make, bug fixed in cooker
package { "spamassassin-sa-compile":
ensure => installed,
notify => Exec["sa-compile"],