diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-26 14:50:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-26 14:50:15 -0300 |
commit | 539b642882a21c76340c8f8cb90186610c3bcd1b (patch) | |
tree | 65e2b48e0d30bff06156d795791d433daeb7037b /manifests/subsystems | |
parent | 02476fc804e45ea685425937e13bce9a2b86950e (diff) | |
download | puppet-nodo-539b642882a21c76340c8f8cb90186610c3bcd1b.tar.gz puppet-nodo-539b642882a21c76340c8f8cb90186610c3bcd1b.tar.bz2 |
Adding ack-grep into utils::personal::debian
Diffstat (limited to 'manifests/subsystems')
-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 b55369f..bf46c1b 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' ]: + 'laptop-detect', 'syslinux', 'ack-grep' ]: ensure => installed, } |