From bf3747dcf42909980c37caf7d70aeac6d2048d7a Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Thu, 18 Dec 2014 15:03:22 +0100
Subject: typo

---
 roles/common/templates/etc/fail2ban/jail.local.j2 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'roles/common/templates/etc/fail2ban')

diff --git a/roles/common/templates/etc/fail2ban/jail.local.j2 b/roles/common/templates/etc/fail2ban/jail.local.j2
index 415236f..1b157b1 100644
--- a/roles/common/templates/etc/fail2ban/jail.local.j2
+++ b/roles/common/templates/etc/fail2ban/jail.local.j2
@@ -45,9 +45,8 @@ enabled   = true
 # pam-generic filter can be customized to monitor specific subset of 'tty's
 filter    = pam-generic
 # port actually must be irrelevant but lets leave it all for some possible uses
-port      = all
-banaction = iptables-allports
 port      = anyport
+banaction = iptables-allports
 logpath   = /var/log/auth.log
 maxretry  = 6
 
-- 
cgit v1.2.3