From: Tom Hughes Date: Wed, 20 Sep 2023 07:36:55 +0000 (+0100) Subject: Fix paths X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/21ff7c80c0888e1d0ddb06fb2952544569988e40 Fix paths --- diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index e6ef37230..ddbe4705d 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -51,13 +51,13 @@ mediawiki_skin "OSMFoundation" do legacy false end -cookbook_file "/srv/wiki.osmfoundation.org/Wiki.png" do +cookbook_file "/srv/osmfoundation.org/Wiki.png" do owner node[:mediawiki][:user] group node[:mediawiki][:group] mode "644" end -template "/srv/wiki.osmfoundation.org/robots.txt" do +template "/srv/osmfoundation.org/robots.txt" do owner node[:mediawiki][:user] group node[:mediawiki][:group] mode "644"