From: Silvio Rhatto Date: Tue, 19 Feb 2013 21:12:29 +0000 (-0300) Subject: Adding logcheck packages X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b5eef0c351cd0276924461ddf8c0bd878e0289b5;p=puppet-nodo.git Adding logcheck packages --- 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, }