projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eedfc93
)
Avoid using hyphen in mediawiki database name
author
Tom Hughes
<tom@compton.nu>
Thu, 21 Feb 2019 22:47:51 +0000
(22:47 +0000)
committer
Tom Hughes
<tom@compton.nu>
Thu, 21 Feb 2019 22:47:51 +0000
(22:47 +0000)
cookbooks/foundation/recipes/mwg.rb
patch
|
blob
|
history
diff --git
a/cookbooks/foundation/recipes/mwg.rb
b/cookbooks/foundation/recipes/mwg.rb
index 001019245d3e4b5bf03d63c5109c44289ad15b53..df98b35421ec62bfa59ccbd13875395d5539992e 100644
(file)
--- 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"