aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-08 16:53:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-08 16:53:53 -0300
commitdd42c757904f1425e7aa8585bee814fb73b207ac (patch)
treee620814f32ae5ac924779d83894b02708d1a6285
parentc8e5bd503521270695f4ed32cc32ca40937784e3 (diff)
downloadpuppet-nodo-dd42c757904f1425e7aa8585bee814fb73b207ac.tar.gz
puppet-nodo-dd42c757904f1425e7aa8585bee814fb73b207ac.tar.bz2
Adding vim-nox into utils
-rw-r--r--manifests/subsystems/utils.pp5
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,
}