diff options
| -rw-r--r-- | manifests/subsystems/utils.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index e444f7f..1a8693a 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -2,7 +2,7 @@  class utils {    package { [ 'screen', 'less',   'bzip2', 'openssl', 'lynx',       'wget',     'unzip',                'nmap',   'telnet', 'tree',  'whois',   'dosfstools', 'dnsutils', -              'bc',     'lsof',   'wipe',  'vrms' ]: +              'bc',     'lsof',   'wipe',  'vrms',    'logcheck',   'logcheck-database' ]:      ensure => installed,    }  | 
