]> git.openstreetmap.org Git - chef.git/commitdiff
Avoid using hyphen in mediawiki database name
authorTom Hughes <tom@compton.nu>
Thu, 21 Feb 2019 22:47:51 +0000 (22:47 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 21 Feb 2019 22:47:51 +0000 (22:47 +0000)
cookbooks/foundation/recipes/mwg.rb

index 001019245d3e4b5bf03d63c5109c44289ad15b53..df98b35421ec62bfa59ccbd13875395d5539992e 100644 (file)
@@ -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"