From: Silvio Rhatto Date: Sun, 20 Feb 2011 14:05:57 +0000 (-0300) Subject: Remove inclusion of non-existent class amavisd-new X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e4a453aaa78d5bb0d7c1a3020a63ebb45adade2d;p=puppet-postfix.git Remove inclusion of non-existent class amavisd-new --- diff --git a/manifests/classes/postfix-amavis.pp b/manifests/classes/postfix-amavis.pp index 7e17836..b663923 100644 --- a/manifests/classes/postfix-amavis.pp +++ b/manifests/classes/postfix-amavis.pp @@ -1,5 +1,4 @@ class postfix::amavis { - include amavisd-new postfix::config { "content_filter": value => "amavis:[127.0.0.1]:10024"; }