diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 14:36:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 14:36:37 -0300 |
commit | 7bea51d3896ee352df3aed2495bcd5fe8b6fada1 (patch) | |
tree | b4f4dd5998542c005df619894a7243d51c52e3e0 /manifests | |
parent | 84e64036d5d2452e76f2a38f4a70e2e9a8469573 (diff) | |
download | puppet-nodo-7bea51d3896ee352df3aed2495bcd5fe8b6fada1.tar.gz puppet-nodo-7bea51d3896ee352df3aed2495bcd5fe8b6fada1.tar.bz2 |
Removes mutt-patched
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/network/mail.pp | 7 |
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, |