Make indentation of postfix-amavis consistent with the rest of the module.
This commit is contained in:
parent
07c02213db
commit
221fc18c8c
1 changed files with 4 additions and 6 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue