]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Ading use_gpg_mailgate class parameter
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 4 Aug 2013 23:03:19 +0000 (20:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 4 Aug 2013 23:03:19 +0000 (20:03 -0300)
manifests/init.pp

index c7b9ce80f0c58cbb3c8cf8cb9cf526948757a6ec..c3881666eb5d0d986d6c776d0b19d1e28a09ef73 100644 (file)
@@ -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           = "",