Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Sep 20, 2023
1 parent 01e2c8d commit 21ff7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/foundation/recipes/wiki.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
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"
Expand Down

0 comments on commit 21ff7c8

Please sign in to comment.