aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-11-10 18:33:21 +0100
committerintrigeri <intrigeri@boum.org>2010-11-10 18:33:21 +0100
commit221fc18c8c4f8d2df01a1d120daf2e925f53ae55 (patch)
treeaf9f92f0a7944b396f28a3353d7eb72a295db1cf
parent07c02213dbd453523a07857a6dc15a25fc4b5bde (diff)
downloadpuppet-postfix-221fc18c8c4f8d2df01a1d120daf2e925f53ae55.tar.gz
puppet-postfix-221fc18c8c4f8d2df01a1d120daf2e925f53ae55.tar.bz2
Make indentation of postfix-amavis consistent with the rest of the module.
-rw-r--r--manifests/classes/postfix-amavis.pp10
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";
+ }
}
-