aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/network/mail.pp4
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,
}