diff options
Diffstat (limited to 'manifests')
-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, } |