X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5b81121bb3977894620c5a1bd2b3bc6581983592..18e12b0e123fc3e5f344682f884feabc12da0f5a:/cookbooks/foundation/recipes/wiki.rb?ds=sidebyside diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 2baa6c7f7..f8aa4ec9d 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -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]