From: Silvio Rhatto Date: Mon, 28 Jan 2013 20:29:13 +0000 (-0200) Subject: Removing mtpfs package (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d2b96c85061fcc2bbf17844b2e241087d6e9f8d4;p=puppet-nodo.git Removing mtpfs package (2) --- 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, }