From: Silvio Rhatto Date: Sat, 18 Jun 2016 00:03:19 +0000 (-0300) Subject: Removes gpg_mailgate support X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0fae80a1a028a20bfe2b133995d60b2cb29bde4a;p=puppet-mail.git Removes gpg_mailgate support --- diff --git a/manifests/system.pp b/manifests/system.pp index e24c5cc..3c65a69 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -27,10 +27,6 @@ class mail::system( true => "yes", default => "no", }, - use_gpg_mailgate => hiera('mail::gpg_mailgate', false) ? { - true => "yes", - default => "no", - }, use_submission => "yes", use_smtps => "no", anon_sasl => "yes",