From: Silvio Rhatto Date: Mon, 5 Aug 2013 00:14:38 +0000 (-0300) Subject: Do not enable gpg_mailgate by default X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f5f4484999cb792fe6a82fe59f804ae580806580;p=puppet-mail.git Do not enable gpg_mailgate by default --- diff --git a/manifests/system.pp b/manifests/system.pp index 5323fc6..480d451 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -15,7 +15,10 @@ class mail::system( use_sympa => "yes", use_mlmmj => "yes", use_firma => "yes", - use_gpg_mailgate => "yes", + use_gpg_mailgate => hiera('mail::firma', false) ? { + true => "yes", + default => "no", + }, use_submission => "yes", use_smtps => "no", anon_sasl => "yes",