summaryrefslogtreecommitdiff
path: root/manifests/amavisd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/amavisd.pp')
-rw-r--r--manifests/amavisd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/amavisd.pp b/manifests/amavisd.pp
index 8617918..7c0bcb0 100644
--- a/manifests/amavisd.pp
+++ b/manifests/amavisd.pp
@@ -1,7 +1,7 @@
class mail::amavisd {
service { "amavisd":
ensure => running,
- require => Package['amavisd-new'],
+ require => [ Package['amavisd-new'], Service['clamav-daemon', 'spamassassin'] ],
}
service { "freshclam":