X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..70eaccc45b23013cf60449b024bb65bbd34d48ec:/cookbooks/fail2ban/resources/filter.rb diff --git a/cookbooks/fail2ban/resources/filter.rb b/cookbooks/fail2ban/resources/filter.rb index 6b8b440bf..d37ba4bb2 100644 --- a/cookbooks/fail2ban/resources/filter.rb +++ b/cookbooks/fail2ban/resources/filter.rb @@ -52,5 +52,5 @@ action :delete do end def after_created - notifies :reload, "service[fail2ban]" + notifies :restart, "service[fail2ban]" end