diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2022-02-02 09:55:31 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2022-02-02 09:55:31 -0300 | 
| commit | 40bbd9cad0877b34b36d6b9dd79dc2a5ef55125e (patch) | |
| tree | af416154ea023692aedf4e725fc38c657e63e435 | |
| parent | dc614f0a89156ff05da0b587e56544b5168cbb0f (diff) | |
| download | puppet-nodo-40bbd9cad0877b34b36d6b9dd79dc2a5ef55125e.tar.gz puppet-nodo-40bbd9cad0877b34b36d6b9dd79dc2a5ef55125e.tar.bz2  | |
Fix: replace getmail with getmail6
| -rw-r--r-- | manifests/utils/network/mail.pp | 4 | 
1 files 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,    }  | 
