diff options
| -rw-r--r-- | manifests/subsystems/utils/debian.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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,    } | 
