aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-04 20:03:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-04 20:03:19 -0300
commita44fa3b331779bcd2c5a8a2f0ce2e4aa867bc103 (patch)
tree39b1e74112e2c654ffbee6397720f13d90c3311b
parenta1b443f99c4a6596299e8b82399204222f370865 (diff)
downloadpuppet-postfix-a44fa3b331779bcd2c5a8a2f0ce2e4aa867bc103.tar.gz
puppet-postfix-a44fa3b331779bcd2c5a8a2f0ce2e4aa867bc103.tar.bz2
Ading use_gpg_mailgate class parameter
-rw-r--r--manifests/init.pp2
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 = "",