From: Silvio Rhatto Date: Wed, 23 Mar 2011 01:00:44 +0000 (-0300) Subject: Adding lsof into utils X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e79820e0bbd4c77211480b3895da3cabf0b0c1c6;p=puppet-nodo.git Adding lsof into utils --- diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index fb3f0d3..9ace578 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -1,8 +1,8 @@ # Common utilities class utils { - package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip', - 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', - 'bc' ]: + package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip', + 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', + 'bc', 'lsof' ]: ensure => installed, }