]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removes mutt-patched
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Jul 2017 17:36:37 +0000 (14:36 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Jul 2017 17:36:37 +0000 (14:36 -0300)
manifests/utils/network/mail.pp

index 281ced105ccbf4bba0db208d5de49cac187fa0b2..13c84839ef23a8b1355dfdcf2ec787950a3a637b 100644 (file)
@@ -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,