]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix: replace getmail with getmail6
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 2 Feb 2022 12:55:31 +0000 (09:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 2 Feb 2022 12:55:31 +0000 (09:55 -0300)
manifests/utils/network/mail.pp

index 6b0a6ed6cf077f38fb31fb6d91e1f77732b155c5..d99a3148032668124c3c83d9a8c32da666a4614f 100644 (file)
@@ -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,
   }