X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5ad5bca2aafe87e0d88166391914372192c2d137..21ff7c80c0888e1d0ddb06fb2952544569988e40:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 292179c9d..ddbe4705d 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -25,7 +25,6 @@ mediawiki_site "osmfoundation.org" do aliases ["wiki.osmfoundation.org", "www.osmfoundation.org", "foundation.openstreetmap.org", "foundation.osm.org"] sitename "OpenStreetMap Foundation" - directory "/srv/wiki.osmfoundation.org" fpm_max_children 20 fpm_start_servers 5 fpm_min_spare_servers 5 @@ -46,19 +45,19 @@ mediawiki_site "osmfoundation.org" do end mediawiki_skin "OSMFoundation" do - site "wiki.osmfoundation.org" + site "osmfoundation.org" repository "https://github.com/osmfoundation/osmf-mediawiki-skin.git" revision "master" 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"