diff options
| -rw-r--r-- | manifests/subsystems/utils.pp | 6 | 
1 files changed, 3 insertions, 3 deletions
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,    }  | 
