diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-18 21:42:58 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-18 21:42:58 -0200 | 
| commit | 22d89459ffa886f1b59d9b96c801d3ac6e9d2422 (patch) | |
| tree | fc3c441ac4566671ad5ae62719a20e137fc3ef1f | |
| parent | 75f4578be31ef69f54b2a1ec1003506f3e49ddae (diff) | |
| download | puppet-nodo-22d89459ffa886f1b59d9b96c801d3ac6e9d2422.tar.gz puppet-nodo-22d89459ffa886f1b59d9b96c801d3ac6e9d2422.tar.bz2 | |
Adding mtp-tools into utils::personal::debian
| -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 8665fcb..436057a 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' ]: +              'laptop-detect', 'syslinux',       'ack-grep', 'mtpfs', 'mtp-tools' ]:      ensure => installed,    } | 
