X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..f28a1081e98606e992c613cb1e15f55e75c9b546:/cookbooks/foundation/recipes/dwg.rb diff --git a/cookbooks/foundation/recipes/dwg.rb b/cookbooks/foundation/recipes/dwg.rb index 6a5ffc8c5..539790a0f 100644 --- a/cookbooks/foundation/recipes/dwg.rb +++ b/cookbooks/foundation/recipes/dwg.rb @@ -25,7 +25,6 @@ mediawiki_site "dwg.osmfoundation.org" do sitename "OSMF Data Working Group Wiki" metanamespace "OSMFDWG" directory "/srv/dwg.osmfoundation.org" - ssl_enabled true database_name "dwg-wiki" database_user "dwg-wikiuser" database_password passwords["dwg"]["database"] @@ -37,6 +36,12 @@ mediawiki_site "dwg.osmfoundation.org" do private true recaptcha_public_key "6LflIQATAAAAAMXyDWpba-FgipVzE-aGF4HIR59N" recaptcha_private_key passwords["dwg"]["recaptcha"] + version "1.31" +end + +mediawiki_extension "MobileFrontend" do + site "dwg.osmfoundation.org" + template "mw-ext-MobileFrontend.inc.php.erb" end cookbook_file "/srv/dwg.osmfoundation.org/Wiki.png" do