]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/resources/filter.rb
Make fail2ban use the journal to monitor sshd
[chef.git] / cookbooks / fail2ban / resources / filter.rb
index 6b8b440bf0ee7155ddb9acd35f1236bce2b813c7..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]
@@ -52,5 +52,5 @@ action :delete do
 end
 
 def after_created
-  notifies :reload, "service[fail2ban]"
+  notifies :restart, "service[fail2ban]"
 end