X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8216c9239d3ddbca9c7b6f39c671fc3c4ff3df01..1b2a50a03b5beaf0d4f2e126bee875b6f66fc1bd:/cookbooks/foundation/recipes/wiki.rb?ds=inline diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 9033f98f5..37bb45bf7 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -25,9 +25,9 @@ mediawiki_site "wiki.osmfoundation.org" do aliases "www.osmfoundation.org", "osmfoundation.org" sitename "OpenStreetMap Foundation Wiki" directory "/srv/wiki.osmfoundation.org" - enable_ssl true + ssl_enabled true database_name "osmf-wiki" - database_username "osmf-wikiuser" + database_user "osmf-wikiuser" database_password passwords["wiki"]["database"] skin "osmf" logo "/Wiki.png"