diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-19 23:33:51 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-19 23:33:51 -0200 |
commit | 926b71f41e7342451197e468e5a76db2f35ed406 (patch) | |
tree | 6a34615509f0079e2589f15350cc43c7e42130de /manifests | |
parent | 6f49cffa804ed4f60eff8f7a42966d6ed41924dd (diff) | |
download | puppet-nodo-926b71f41e7342451197e468e5a76db2f35ed406.tar.gz puppet-nodo-926b71f41e7342451197e468e5a76db2f35ed406.tar.bz2 |
Adding bc into utils
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils.pp | 3 |
1 files changed, 2 insertions, 1 deletions
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, } |