From 7bea51d3896ee352df3aed2495bcd5fe8b6fada1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 11 Jul 2017 14:36:37 -0300 Subject: Removes mutt-patched --- manifests/utils/network/mail.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3