From a44fa3b331779bcd2c5a8a2f0ce2e4aa867bc103 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 4 Aug 2013 20:03:19 -0300 Subject: Ading use_gpg_mailgate class parameter --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/init.pp') 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 = "", -- cgit v1.2.3