Make indentation of postfix-amavis consistent with the rest of the module.

This commit is contained in:
intrigeri 2010-11-10 18:33:21 +01:00
parent 07c02213db
commit 221fc18c8c

View file

@ -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";
}
}