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