X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6cce603b75b8ea9dc9a234f49427583abc9c0a1a..aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 92ec86ea0..8fbbaf8c7 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -57,5 +57,5 @@ end cookbook_file "/srv/wiki.osmfoundation.org/Wiki.png" do owner node[:mediawiki][:user] group node[:mediawiki][:group] - mode 0o644 + mode "644" end