X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/019076da87fd379a3768f4bb2bb3563a40ba1fb9..0e9fb635dcf111b9220f57f025d4b8566b33bc76:/cookbooks/wiki/recipes/default.rb diff --git a/cookbooks/wiki/recipes/default.rb b/cookbooks/wiki/recipes/default.rb index d2cf45207..e7d7daf3f 100644 --- a/cookbooks/wiki/recipes/default.rb +++ b/cookbooks/wiki/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: wiki.openstreetmap.org +# Cookbook:: wiki.openstreetmap.org # Recipe:: default # -# Copyright 2013, OpenStreetMap Foundation +# Copyright:: 2013, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,8 +17,6 @@ # limitations under the License. # -# include_recipe "squid" - include_recipe "mediawiki" passwords = data_bag_item("wiki", "passwords") @@ -60,6 +58,10 @@ mediawiki_extension "CodeEditor" do site "wiki.openstreetmap.org" end +mediawiki_extension "CodeMirror" do + site "wiki.openstreetmap.org" +end + mediawiki_extension "Scribunto" do site "wiki.openstreetmap.org" template "mw-ext-Scribunto.inc.php.erb" @@ -68,7 +70,6 @@ end mediawiki_extension "Wikibase" do site "wiki.openstreetmap.org" - compose true template "mw-ext-Wikibase.inc.php.erb" template_cookbook "wiki" end @@ -95,6 +96,13 @@ mediawiki_extension "TimedMediaHandler" do site "wiki.openstreetmap.org" end +mediawiki_extension "MultiMaps" do + site "wiki.openstreetmap.org" + template "mw-ext-MultiMaps.inc.php.erb" + template_cookbook "wiki" + variables :thunderforest_key => passwords["thunderforest"] +end + cookbook_file "/srv/wiki.openstreetmap.org/osm_logo_wiki.png" do owner node[:mediawiki][:user] group node[:mediawiki][:group]