X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/eedfc932b08ad0d643efc74e1da7734acb92cf41..aabbf4d8f3be25ce4e2253074a6c49ab7573ac03:/cookbooks/foundation/recipes/mwg.rb?ds=sidebyside diff --git a/cookbooks/foundation/recipes/mwg.rb b/cookbooks/foundation/recipes/mwg.rb index 001019245..963e24fe5 100644 --- a/cookbooks/foundation/recipes/mwg.rb +++ b/cookbooks/foundation/recipes/mwg.rb @@ -25,8 +25,8 @@ mediawiki_site "mwg.osmfoundation.org" do sitename "OSMF Membership Working Group Wiki" metanamespace "OSMFMWG" directory "/srv/mwg.osmfoundation.org" - database_name "mwg-wiki" - database_user "mwg-wikiuser" + database_name "mwg_wiki" + database_user "mwg_wikiuser" database_password passwords["mwg"]["database"] admin_password passwords["mwg"]["admin"] logo "/Wiki.png" @@ -38,11 +38,6 @@ mediawiki_site "mwg.osmfoundation.org" do recaptcha_private_key passwords["mwg"]["recaptcha"] end -mediawiki_extension "MobileFrontend" do - site "mwg.osmfoundation.org" - template "mw-ext-MobileFrontend.inc.php.erb" -end - cookbook_file "/srv/mwg.osmfoundation.org/Wiki.png" do owner node[:mediawiki][:user] group node[:mediawiki][:group]