diff options
author | intrigeri <intrigeri@boum.org> | 2010-11-10 18:33:21 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-11-10 18:33:21 +0100 |
commit | 221fc18c8c4f8d2df01a1d120daf2e925f53ae55 (patch) | |
tree | af9f92f0a7944b396f28a3353d7eb72a295db1cf /manifests/classes | |
parent | 07c02213dbd453523a07857a6dc15a25fc4b5bde (diff) | |
download | puppet-postfix-221fc18c8c4f8d2df01a1d120daf2e925f53ae55.tar.gz puppet-postfix-221fc18c8c4f8d2df01a1d120daf2e925f53ae55.tar.bz2 |
Make indentation of postfix-amavis consistent with the rest of the module.
Diffstat (limited to 'manifests/classes')
-rw-r--r-- | manifests/classes/postfix-amavis.pp | 10 |
1 files changed, 4 insertions, 6 deletions
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"; + } } - |