aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-06-26 14:50:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-06-26 14:50:15 -0300
commit539b642882a21c76340c8f8cb90186610c3bcd1b (patch)
tree65e2b48e0d30bff06156d795791d433daeb7037b
parent02476fc804e45ea685425937e13bce9a2b86950e (diff)
downloadpuppet-nodo-539b642882a21c76340c8f8cb90186610c3bcd1b.tar.gz
puppet-nodo-539b642882a21c76340c8f8cb90186610c3bcd1b.tar.bz2
Adding ack-grep into utils::personal::debian
-rw-r--r--manifests/subsystems/utils/debian.pp2
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,
}