X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a9fa15ee42760a1c6073d01547dd8907b202d65b..647c3003e35fe19d949e1d78c4bb6f2c526e6bad:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index a652d6ae8..bb86254f1 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -24,7 +24,7 @@ passwords = data_bag_item("foundation", "passwords") mediawiki_site "wiki.osmfoundation.org" do aliases ["www.osmfoundation.org", "osmfoundation.org", "foundation.openstreetmap.org", "foundation.osm.org"] - sitename "OpenStreetMap Foundation Wiki" + sitename "OpenStreetMap Foundation" directory "/srv/wiki.osmfoundation.org" ssl_enabled true database_name "osmf-wiki" @@ -48,6 +48,13 @@ mediawiki_skin "osmf" do revision "master" end +mediawiki_skin "OSMFoundation" do + site "wiki.osmfoundation.org" + repository "git://github.com/osmfoundation/osmf-mediawiki-skin.git" + revision "master" + legacy false +end + cookbook_file "/srv/wiki.osmfoundation.org/Wiki.png" do owner node[:mediawiki][:user] group node[:mediawiki][:group]