replaced jwhois with whois binary to be installed, so whois queries can be sent with alert
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|Repo Name| version | Build Status|
|
||||
|---|---|---|---|
|
||||
|`cd_fail2ban`| 0.0.0.8 | [](https://jenkins.confdroid.com/job/cd_fail2ban/)|
|
||||
|`cd_fail2ban`| 0.0.0.9 | [](https://jenkins.confdroid.com/job/cd_fail2ban/)|
|
||||
|
||||
### Synopsis
|
||||
Fail2Ban is an intrusion prevention software framework that protects computer servers from brute-force attacks.
|
||||
|
||||
@@ -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 ? {
|
||||
|
||||
Reference in New Issue
Block a user