aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-28 18:28:04 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-28 18:28:04 -0200
commita3dac9aef93b2d40e5c2107bab9b744de2dc88ed (patch)
treea8a4a4e642b4c1118ce2e410e7b1486ad20a5c9c /manifests/subsystems
parente5b5328d7bc837ede9e9b6bf0db6f25370001d61 (diff)
downloadpuppet-nodo-a3dac9aef93b2d40e5c2107bab9b744de2dc88ed.tar.gz
puppet-nodo-a3dac9aef93b2d40e5c2107bab9b744de2dc88ed.tar.bz2
Removing mtpfs package
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/utils/debian.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp
index 436057a..abf644a 100644
--- a/manifests/subsystems/utils/debian.pp
+++ b/manifests/subsystems/utils/debian.pp
@@ -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,
+ }
}