diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2012-11-18 14:04:35 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2012-11-18 14:04:35 -0200 |
| commit | ef621e978bbd54e35e72ca3f0cbbe624e02323ca (patch) | |
| tree | 9d2ae36467aa4207bfd208f3e87bb66365aa3a85 | |
| parent | 989b1cbad9fe4d5d59d1e4d93ebd73a21edb7bec (diff) | |
| download | puppet-nodo-ef621e978bbd54e35e72ca3f0cbbe624e02323ca.tar.gz puppet-nodo-ef621e978bbd54e35e72ca3f0cbbe624e02323ca.tar.bz2 | |
Adding mtpfs 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 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, } |
