From 1230f990a60aea9b7c247c77a9ced6d75a276734 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 19 Feb 2013 18:15:20 -0300 Subject: Adding nsca-client package --- manifests/subsystems/utils.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'manifests/subsystems') 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, } -- cgit v1.2.3