]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing mtpfs package
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 28 Jan 2013 20:28:04 +0000 (18:28 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 28 Jan 2013 20:28:04 +0000 (18:28 -0200)
manifests/subsystems/utils/debian.pp

index 436057a815b131b21e0cfed718dc0a055a8504e2..abf644a88c03d064c731f22934899b4def00a217 100644 (file)
@@ -9,4 +9,9 @@ class utils::personal::debian {
   package { [ 'fortunes-br', 'unrar', 'recode', 'figlet', 'p7zip-full', 'funcoeszz', 'detox' ]:
     ensure => installed,
   }
+
+  # Buggy or absent in newer releases
+  package { 'mtpfs':
+    ensure => absent,
+  }
 }