X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3a4d52bd4c0f8e6ae7679145846b7bc7845d8ace..90001cbbdc074c2b383689dc6d26b2dea3bd2150:/cookbooks/db/recipes/master.rb diff --git a/cookbooks/db/recipes/master.rb b/cookbooks/db/recipes/master.rb index 4af5fdb5c..62ce2b4d7 100644 --- a/cookbooks/db/recipes/master.rb +++ b/cookbooks/db/recipes/master.rb @@ -87,5 +87,5 @@ template "/etc/cron.daily/rails-db" do source "cron.erb" owner "root" group "root" - mode 0755 + mode 0o755 end