replaced jwhois with whois binary to be installed, so whois queries can be sent with alert

This commit is contained in:
Arne Teuke
2017-10-09 17:41:57 +02:00
parent 9295ee9f6c
commit 59bd190f7b
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ $fn_default_action = 'action_',
$reqpackages = $::operatingsystem ? {
/(?i-mx:centos|fedora|redhat)/ => ['fail2ban','fail2ban-firewalld',
'fail2ban-sendmail',
'fail2ban-server.noarch','jwhois'],
'fail2ban-server.noarch','whois'],
}
$fn_jail_paths = $::operatingsystem ? {