forked from ISTI-ansible-roles/ansible-roles
library/roles/fail2ban/templates/jail.local.j2: Remove a duplicate directive. It was ignored by fail2ban in Ubuntu 14.04 but the 16.04 version fails to start.
This commit is contained in:
parent
a86418946d
commit
a5684badc5
|
@ -143,7 +143,6 @@ filter = pam-generic
|
||||||
# port actually must be irrelevant but lets leave it all for some possible uses
|
# port actually must be irrelevant but lets leave it all for some possible uses
|
||||||
port = all
|
port = all
|
||||||
banaction = iptables-allports
|
banaction = iptables-allports
|
||||||
port = anyport
|
|
||||||
logpath = /var/log/auth.log
|
logpath = /var/log/auth.log
|
||||||
maxretry = 6
|
maxretry = 6
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue