X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/004b2d4fea1d51c00896c98fadab13654cf8ff4c..ee2ccdb351eeaa09fde5a9667958cac94977fa0c:/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]"