From: Silvio Rhatto Date: Sun, 18 Nov 2012 16:04:35 +0000 (-0200) Subject: Adding mtpfs into utils::personal:debian X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ef621e978bbd54e35e72ca3f0cbbe624e02323ca;p=puppet-nodo.git Adding mtpfs into utils::personal:debian --- diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp index bf46c1b..8665fcb 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' ]: + 'laptop-detect', 'syslinux', 'ack-grep', 'mtpfs' ]: ensure => installed, }