diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-08 16:53:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-08 16:53:53 -0300 |
commit | dd42c757904f1425e7aa8585bee814fb73b207ac (patch) | |
tree | e620814f32ae5ac924779d83894b02708d1a6285 /manifests | |
parent | c8e5bd503521270695f4ed32cc32ca40937784e3 (diff) | |
download | puppet-nodo-dd42c757904f1425e7aa8585bee814fb73b207ac.tar.gz puppet-nodo-dd42c757904f1425e7aa8585bee814fb73b207ac.tar.bz2 |
Adding vim-nox into utils
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils.pp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 800a6c2..09487bd 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -1,9 +1,8 @@ # Common utilities class utils { package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip', - 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', - 'bc', 'lsof', 'wipe', 'vrms', 'nsca-client', 'logcheck', - 'logcheck-database' ]: + 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', 'logcheck-database', + 'bc', 'lsof', 'wipe', 'vrms', 'nsca-client', 'logcheck', 'vim-nox' ]: ensure => installed, } |