X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/420ed946bedec1d5b3f1e18df9b8f7a912a4abed..aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc:/cookbooks/foundation/recipes/mwg.rb diff --git a/cookbooks/foundation/recipes/mwg.rb b/cookbooks/foundation/recipes/mwg.rb index 963e24fe5..9fa47457e 100644 --- a/cookbooks/foundation/recipes/mwg.rb +++ b/cookbooks/foundation/recipes/mwg.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: foundation +# Cookbook:: foundation # Recipe:: mwg # -# Copyright 2019, OpenStreetMap Foundation +# Copyright:: 2019, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -41,5 +41,5 @@ end cookbook_file "/srv/mwg.osmfoundation.org/Wiki.png" do owner node[:mediawiki][:user] group node[:mediawiki][:group] - mode 0o644 + mode "644" end