X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0255400f731f8a4ce49e9745c7f2baa0bec208b6..090fe909149f22d158c859a7d4a9edfb523df2fb:/cookbooks/web/recipes/cleanup.rb diff --git a/cookbooks/web/recipes/cleanup.rb b/cookbooks/web/recipes/cleanup.rb index 2b1039020..eff819ae0 100644 --- a/cookbooks/web/recipes/cleanup.rb +++ b/cookbooks/web/recipes/cleanup.rb @@ -26,6 +26,6 @@ template "/etc/cron.daily/web-cleanup" do source "cleanup.cron.erb" owner "root" group "root" - mode 0755 + mode 0o755 variables :ruby => ruby, :directory => rails_directory end