From: Stephen Gran Date: Mon, 21 May 2012 07:11:10 +0000 (+0100) Subject: postfix uses clamav as well X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=b973153b5820f7b8732e5b8c861e6524f670c872;p=mirror%2Fdsa-puppet.git postfix uses clamav as well Signed-off-by: Stephen Gran --- 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 }