aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/network/mail.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/manifests/utils/network/mail.pp b/manifests/utils/network/mail.pp
index 281ced1..13c8483 100644
--- a/manifests/utils/network/mail.pp
+++ b/manifests/utils/network/mail.pp
@@ -4,7 +4,6 @@ class nodo::utils::network::mail (
# Mail
package { [
'mutt',
- 'mutt-patched',
'muttprofile',
'notmuch-mutt',
'offlineimap',
@@ -16,6 +15,12 @@ class nodo::utils::network::mail (
ensure => $ensure,
}
+ package { [
+ 'mutt-patched',
+ ]:
+ ensure => absent,
+ }
+
# Fix: ensure that fetchmail is not a service
service { 'fetchmail':
ensure => stopped,