aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-01 10:18:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-01 10:18:45 -0300
commit4d82169dea113369e87217793020e84c7ad5e6aa (patch)
tree13355a34270b2b72e0465e3bae2ef5f937e4d20b
parent55a3d2415400ce8abb15c8534b924d287cb4ca2c (diff)
downloadpuppet-nodo-4d82169dea113369e87217793020e84c7ad5e6aa.tar.gz
puppet-nodo-4d82169dea113369e87217793020e84c7ad5e6aa.tar.bz2
Adding zsh into nodo::utils
-rw-r--r--manifests/utils.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
index 347a147..d42d5d6 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -3,7 +3,7 @@ class nodo::utils {
package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip',
'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', 'logcheck-database',
'bc', 'lsof', 'wipe', 'vrms', 'nsca-client', 'logcheck', 'vim-nox',
- 'multitail', 'bash-completion' ]:
+ 'multitail', 'bash-completion', 'zsh' ]:
ensure => installed,
}