diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-12 21:52:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-12 21:52:38 -0300 |
commit | 0a8736ad7c395e8eb6b205b5b86479d417bddfc1 (patch) | |
tree | b5ddc12b0975dfbbf3114bfc238f8ec55218228d /manifests/amavisd.pp | |
parent | 593c80720d5d9a5fdd4baf3939ed98b7fc091429 (diff) | |
download | puppet-mail-0a8736ad7c395e8eb6b205b5b86479d417bddfc1.tar.gz puppet-mail-0a8736ad7c395e8eb6b205b5b86479d417bddfc1.tar.bz2 |
Managing spamassassin
Diffstat (limited to 'manifests/amavisd.pp')
-rw-r--r-- | manifests/amavisd.pp | 2 |
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": |