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

@@ -1,6 +1,6 @@
|Repo Name| version | Build Status|
|---|---|---|---|
|`cd_fail2ban`| 0.0.0.8 | [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=cd_fail2ban)](https://jenkins.confdroid.com/job/cd_fail2ban/)|
|`cd_fail2ban`| 0.0.0.9 | [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=cd_fail2ban)](https://jenkins.confdroid.com/job/cd_fail2ban/)|
### Synopsis
Fail2Ban is an intrusion prevention software framework that protects computer servers from brute-force attacks.

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 ? {