X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/004b2d4fea1d51c00896c98fadab13654cf8ff4c..1482fd1105597fca4262ace6ef2a9016aa228a24:/cookbooks/fail2ban/resources/filter.rb?ds=sidebyside 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]"