diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/init.pp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/manifests/init.pp b/manifests/init.pp index c7b9ce8..c388166 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -19,6 +19,7 @@  # - *$use_sympa*: whether to include sympa portion at master.cf  # - *$use_firma*: whether to include firma portion at master.cf  # - *$use_mlmmj*: whether to include mlmmj portion at master.cf +# - *$use_gpg_mailgate*: whether to include gpg-mailgate portion at master.cf  # - *$use_submission*: set to "yes" to enable submission section at master.cf  # - *$use_smtps*: set to "yes" to enable smtps section at master.cf  # - *$mastercf_tail*: set this for additional content to be added at the end of master.cf @@ -48,6 +49,7 @@ class postfix(    $use_sympa               = "no",    $use_firma               = "no",    $use_mlmmj               = "no", +  $use_gpg_mailgate        = "no",    $use_submission          = "no",    $use_smtps               = "no",    $mastercf_tail           = "", | 
