From e79820e0bbd4c77211480b3895da3cabf0b0c1c6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Mar 2011 22:00:44 -0300 Subject: Adding lsof into utils --- manifests/subsystems/utils.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/subsystems/utils.pp') 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, } -- cgit v1.2.3