diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-22 13:38:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-22 13:38:34 -0300 |
commit | 3b0f273a21bb8bfc63b6bf2e36520c2bb0f57c2e (patch) | |
tree | 5e2765b940ff61c1e5c37eea287019a60ecb17d1 /manifests/utils.pp | |
parent | 7639cf903b9c0dcb5faf5d2be5c589558e741335 (diff) | |
download | puppet-nodo-3b0f273a21bb8bfc63b6bf2e36520c2bb0f57c2e.tar.gz puppet-nodo-3b0f273a21bb8bfc63b6bf2e36520c2bb0f57c2e.tar.bz2 |
Adding denyhosts into nodo::utils
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r-- | manifests/utils.pp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 9f8969a..224332d 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -1,9 +1,9 @@ # Common utilities 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', 'zsh', 'uuid-runtime' ]: + 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', 'zsh', 'uuid-runtime', 'denyhosts' ]: ensure => installed, } |