X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6d1e54ea9e1a63b69b52eff117b0c54be427d6fd..9391df3f714e695bd47ed4122065617e8d3461d9:/cookbooks/fail2ban/resources/filter.rb diff --git a/cookbooks/fail2ban/resources/filter.rb b/cookbooks/fail2ban/resources/filter.rb index 0a13c836a..b28e8f6c7 100644 --- a/cookbooks/fail2ban/resources/filter.rb +++ b/cookbooks/fail2ban/resources/filter.rb @@ -22,6 +22,8 @@ default_action :create attribute :name, :kind_of => String, :name_attribute => true attribute :source, :kind_of => String +attribute :failregex, :kind_of => [String, Array] +attribute :ignoreregex, :kind_of => [String, Array] def after_created notifies :reload, "service[fail2ban]"