X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d24cbac0d03e7fc2d15c8eb66a6690b18c699e62..75c5da85dcd5a6b5b66040dfd838c2bbf30ba4d5:/cookbooks/fail2ban/recipes/default.rb diff --git a/cookbooks/fail2ban/recipes/default.rb b/cookbooks/fail2ban/recipes/default.rb index 50b31d1b3..b522bb374 100644 --- a/cookbooks/fail2ban/recipes/default.rb +++ b/cookbooks/fail2ban/recipes/default.rb @@ -19,27 +19,6 @@ package "fail2ban" -if node[:lsb][:release].to_f >= 14.04 - file "/etc/fail2ban/jail.local" do - action :delete - end -else - directory "/etc/fail2ban/jail.d" do - owner "root" - group "root" - mode 0o755 - end - - template "/etc/fail2ban/jail.local" do - source "jail.local.erb" - owner "root" - group "root" - mode 0o644 - subscribes :create, "template[/etc/fail2ban/jail.d/00-default.conf]" - notifies :reload, "service[fail2ban]" - end -end - template "/etc/fail2ban/jail.d/00-default.conf" do source "jail.default.erb" owner "root"