X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/913ee6d399004cf2d7081d8be23bfca1edaa2875..70c9fb3921e6f0c95828d52f3538cde194cc3414:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index b89bfe192..a652d6ae8 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -51,5 +51,5 @@ end cookbook_file "/srv/wiki.osmfoundation.org/Wiki.png" do owner node[:mediawiki][:user] group node[:mediawiki][:group] - mode 0644 + mode 0o644 end