diff options
Diffstat (limited to 'manifests/subsystems/utils.pp')
-rw-r--r-- | manifests/subsystems/utils.pp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 1a8693a..800a6c2 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -1,8 +1,9 @@ # Common utilities class utils { - package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip', - 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', - 'bc', 'lsof', 'wipe', 'vrms', 'logcheck', 'logcheck-database' ]: + package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip', + 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', + 'bc', 'lsof', 'wipe', 'vrms', 'nsca-client', 'logcheck', + 'logcheck-database' ]: ensure => installed, } |