X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/01e2c8dc07b63532dcae2e7259619c809cbf1619..8273ef2eea66bd68ce328ebc78b1c5f49513e35c:/cookbooks/foundation/recipes/wiki.rb

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"