From: Silvio Rhatto Date: Tue, 26 Jun 2012 17:50:15 +0000 (-0300) Subject: Adding ack-grep into utils::personal::debian X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=539b642882a21c76340c8f8cb90186610c3bcd1b;p=puppet-nodo.git Adding ack-grep into utils::personal::debian --- 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, }