diff options
Diffstat (limited to 'manifests/classes/postfix.pp')
-rw-r--r-- | manifests/classes/postfix.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/classes/postfix.pp b/manifests/classes/postfix.pp index 627fcf1..5084fa6 100644 --- a/manifests/classes/postfix.pp +++ b/manifests/classes/postfix.pp @@ -56,6 +56,10 @@ class postfix { "": { $postfix_mastercf_tail = "" } } + if $postfix_use_amavisd == 'yes' { + include postfix::amavis + } + package { ["postfix", "mailx"]: ensure => installed } |