]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/resources/filter.rb
Fix new cookstyle warnings
[chef.git] / cookbooks / fail2ban / resources / filter.rb
index d37ba4bb2e83a64a5035df4438493b3e17202948..5e10241a46edc53c078193d9b220338aa300767f 100644 (file)
@@ -19,7 +19,7 @@
 
 default_action :create
 
-property :filter, :kind_of => String, :name_attribute => true
+property :filter, :kind_of => String, :name_property => true
 property :source, :kind_of => String
 property :failregex, :kind_of => [String, Array]
 property :ignoreregex, :kind_of => [String, Array]