diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-28 18:28:04 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-28 18:28:04 -0200 |
commit | a3dac9aef93b2d40e5c2107bab9b744de2dc88ed (patch) | |
tree | a8a4a4e642b4c1118ce2e410e7b1486ad20a5c9c /manifests | |
parent | e5b5328d7bc837ede9e9b6bf0db6f25370001d61 (diff) | |
download | puppet-nodo-a3dac9aef93b2d40e5c2107bab9b744de2dc88ed.tar.gz puppet-nodo-a3dac9aef93b2d40e5c2107bab9b744de2dc88ed.tar.bz2 |
Removing mtpfs package
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils/debian.pp | 5 |
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, + } } |