diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-03 16:07:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-03 16:07:52 -0300 |
commit | 2970d840eff89d8cc028f18cba22cfb155f54fcb (patch) | |
tree | 402163889f21ceb36154ec69901a492e27d7fb7a /manifests/utils.pp | |
parent | a539886c7202430d30b1fe8acd94b9be94b222f2 (diff) | |
download | puppet-nodo-2970d840eff89d8cc028f18cba22cfb155f54fcb.tar.gz puppet-nodo-2970d840eff89d8cc028f18cba22cfb155f54fcb.tar.bz2 |
Adding multitail into nodo::utils
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r-- | manifests/utils.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 3b112a6..8ce7ef5 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -2,7 +2,8 @@ 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' ]: + 'bc', 'lsof', 'wipe', 'vrms', 'nsca-client', 'logcheck', 'vim-nox', + 'multitail' ]: ensure => installed, } |