From: Silvio Rhatto Date: Wed, 2 Feb 2022 12:55:31 +0000 (-0300) Subject: Fix: replace getmail with getmail6 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=40bbd9cad0877b34b36d6b9dd79dc2a5ef55125e;p=puppet-nodo.git Fix: replace getmail with getmail6 --- diff --git a/manifests/utils/network/mail.pp b/manifests/utils/network/mail.pp index 6b0a6ed..d99a314 100644 --- a/manifests/utils/network/mail.pp +++ b/manifests/utils/network/mail.pp @@ -9,8 +9,7 @@ class nodo::utils::network::mail ( 'offlineimap', 'bogofilter', 'fetchmail', - 'getmail', - #'getmail6', + 'getmail6', 'procmail', ]: ensure => $ensure, @@ -24,6 +23,7 @@ class nodo::utils::network::mail ( package { [ 'mutt-patched', + 'getmail', ]: ensure => absent, }