From 926b71f41e7342451197e468e5a76db2f35ed406 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Feb 2011 23:33:51 -0200 Subject: Adding bc into utils --- manifests/subsystems/utils.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/subsystems') diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 524dc5e..77ac269 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -1,7 +1,8 @@ # Common utilities class utils { package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip', - 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils' ]: + 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', + 'bc' ]: ensure => installed, } -- cgit v1.2.3