X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c4b78405fd353d9d34ffd56593e14d40d21d1d5c..b81c03d374f613f7153e3fe9537f3e5a0bbaefad:/cookbooks/fail2ban/recipes/default.rb diff --git a/cookbooks/fail2ban/recipes/default.rb b/cookbooks/fail2ban/recipes/default.rb index 6213a3814..e0e8e2372 100644 --- a/cookbooks/fail2ban/recipes/default.rb +++ b/cookbooks/fail2ban/recipes/default.rb @@ -17,13 +17,15 @@ # limitations under the License. # +include_recipe "munin" + package "fail2ban" template "/etc/fail2ban/jail.d/00-default.conf" do source "jail.default.erb" owner "root" group "root" - mode 0o644 + mode "644" notifies :restart, "service[fail2ban]" end @@ -31,7 +33,7 @@ template "/etc/fail2ban/paths-overrides.local" do source "paths-overrides.local.erb" owner "root" group "root" - mode 0o644 + mode "644" notifies :restart, "service[fail2ban]" end