From: intrigeri Date: Wed, 10 Nov 2010 17:33:21 +0000 (+0100) Subject: Make indentation of postfix-amavis consistent with the rest of the module. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=221fc18c8c4f8d2df01a1d120daf2e925f53ae55;p=puppet-postfix.git Make indentation of postfix-amavis consistent with the rest of the module. --- diff --git a/manifests/classes/postfix-amavis.pp b/manifests/classes/postfix-amavis.pp index d42237d..7e17836 100644 --- a/manifests/classes/postfix-amavis.pp +++ b/manifests/classes/postfix-amavis.pp @@ -1,8 +1,6 @@ class postfix::amavis { - include amavisd-new - postfix::config { - "content_filter": value => "amavis:[127.0.0.1]:10024"; - } - + include amavisd-new + postfix::config { + "content_filter": value => "amavis:[127.0.0.1]:10024"; + } } -