]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/resources/jail.rb
Extend search period and ban time for trackpoint jail
[chef.git] / cookbooks / fail2ban / resources / jail.rb
index 3af0960e9727827687aa9bf1facf715f4fcc13a4..c8ff950cfb3588fb877dcbc2883f7b207f94a32d 100644 (file)
@@ -26,6 +26,8 @@ property :filter, :kind_of => String
 property :logpath, :kind_of => String
 property :protocol, :kind_of => String
 property :ports, :kind_of => Array, :default => []
+property :bantime, :kind_of => [Integer, String]
+property :findtime, :kind_of => [Integer, String]
 property :maxretry, :kind_of => Integer
 property :ignoreips, :kind_of => Array