X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3f8f511d4e498d98edbe533e58459e405482e1dd..647c3003e35fe19d949e1d78c4bb6f2c526e6bad:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 2baa6c7f7..bb86254f1 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -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]