diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-17 21:03:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-17 21:03:19 -0300 |
commit | 0fae80a1a028a20bfe2b133995d60b2cb29bde4a (patch) | |
tree | 971cee7f3e8ba7cab82046827ae7be3ce944b6e3 /manifests | |
parent | 7da33199d54e893729917e9328a1c9e53c566085 (diff) | |
download | puppet-mail-0fae80a1a028a20bfe2b133995d60b2cb29bde4a.tar.gz puppet-mail-0fae80a1a028a20bfe2b133995d60b2cb29bde4a.tar.bz2 |
Removes gpg_mailgate support
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 4 |
1 files changed, 0 insertions, 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", |