aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-28 18:29:13 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-28 18:29:13 -0200
commitd2b96c85061fcc2bbf17844b2e241087d6e9f8d4 (patch)
tree4c92832494fb460c4490ba79a0417795413256a3 /manifests
parenta3dac9aef93b2d40e5c2107bab9b744de2dc88ed (diff)
downloadpuppet-nodo-d2b96c85061fcc2bbf17844b2e241087d6e9f8d4.tar.gz
puppet-nodo-d2b96c85061fcc2bbf17844b2e241087d6e9f8d4.tar.bz2
Removing mtpfs package (2)
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/utils/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp
index abf644a..ec99035 100644
--- a/manifests/subsystems/utils/debian.pp
+++ b/manifests/subsystems/utils/debian.pp
@@ -1,7 +1,7 @@
class utils::personal::debian {
# System
package { [ 'libpam-mount', 'ecryptfs-utils', 'gawk',
- 'laptop-detect', 'syslinux', 'ack-grep', 'mtpfs', 'mtp-tools' ]:
+ 'laptop-detect', 'syslinux', 'ack-grep', 'mtp-tools' ]:
ensure => installed,
}