From 0fae80a1a028a20bfe2b133995d60b2cb29bde4a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 17 Jun 2016 21:03:19 -0300 Subject: Removes gpg_mailgate support --- manifests/system.pp | 4 ---- 1 file changed, 4 deletions(-) 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", -- cgit v1.2.3