From b973153b5820f7b8732e5b8c861e6524f670c872 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 21 May 2012 08:11:10 +0100 Subject: [PATCH] postfix uses clamav as well Signed-off-by: Stephen Gran --- modules/postfix/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index 6ac79cbb9..abb3acedf 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -8,6 +8,8 @@ class postfix { ensure => running } + include clamav + munin::check { 'ps_exim4': ensure => absent } munin::check { 'exim_mailqueue': ensure => absent } munin::check { 'exim_mailstats': ensure => absent } -- 2.20.1