Skip to content

Commit ae3d95b

Browse files
committed
Pass bantime and findtime to jail config correctly
1 parent 32f9279 commit ae3d95b

File tree

1 file changed

+2
-0
lines changed
  • cookbooks/fail2ban/resources

1 file changed

+2
-0
lines changed

cookbooks/fail2ban/resources/jail.rb

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
:logpath => new_resource.logpath,
4444
:protocol => new_resource.protocol,
4545
:ports => new_resource.ports,
46+
:bantime => new_resource.bantime,
47+
:findtime => new_resource.findtime,
4648
:maxretry => new_resource.maxretry,
4749
:ignoreips => new_resource.ignoreips
4850
end

0 commit comments

Comments
 (0)