aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r--manifests/utils.pp3
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,
}