From 59bd190f7bb7935beb4ee7406d31fb12d3368a19 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 9 Oct 2017 17:41:57 +0200 Subject: [PATCH] replaced jwhois with whois binary to be installed, so whois queries can be sent with alert --- README.md | 2 +- manifests/params.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b2872f..fd98215 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/manifests/params.pp b/manifests/params.pp index bb92f73..b635a57 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -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 ? {