X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6cce603b75b8ea9dc9a234f49427583abc9c0a1a..aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc:/cookbooks/fail2ban/resources/filter.rb diff --git a/cookbooks/fail2ban/resources/filter.rb b/cookbooks/fail2ban/resources/filter.rb index 5e10241a4..3cd173eee 100644 --- a/cookbooks/fail2ban/resources/filter.rb +++ b/cookbooks/fail2ban/resources/filter.rb @@ -30,7 +30,7 @@ action :create do source new_resource.source owner "root" group "root" - mode 0o644 + mode "644" end else template "/etc/fail2ban/filter.d/#{new_resource.filter}.conf" do @@ -38,7 +38,7 @@ action :create do source "filter.erb" owner "root" group "root" - mode 0o644 + mode "644" variables :failregex => new_resource.failregex, :ignoreregex => new_resource.ignoreregex end