From: Silvio Rhatto Date: Tue, 11 Jul 2017 17:36:37 +0000 (-0300) Subject: Removes mutt-patched X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7bea51d3896ee352df3aed2495bcd5fe8b6fada1;p=puppet-nodo.git Removes mutt-patched --- 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,