X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0255400f731f8a4ce49e9745c7f2baa0bec208b6..c71c0fed2044fc69506e85eedb4152732ea704ca:/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