From 40bbd9cad0877b34b36d6b9dd79dc2a5ef55125e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 2 Feb 2022 09:55:31 -0300 Subject: Fix: replace getmail with getmail6 --- manifests/utils/network/mail.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, } -- cgit v1.2.3