X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1ea8154fa9a5e27d1b7597ed2fbb2e92b251d195..12c1bfbf869c93d0da2999b70f556b39ff71de17:/cookbooks/foundation/recipes/dwg.rb diff --git a/cookbooks/foundation/recipes/dwg.rb b/cookbooks/foundation/recipes/dwg.rb index 30804082f..b8fb93f61 100644 --- a/cookbooks/foundation/recipes/dwg.rb +++ b/cookbooks/foundation/recipes/dwg.rb @@ -24,7 +24,6 @@ passwords = data_bag_item("foundation", "passwords") mediawiki_site "dwg.osmfoundation.org" do sitename "OSMF Data Working Group Wiki" metanamespace "OSMFDWG" - directory "/srv/dwg.osmfoundation.org" fpm_prometheus_port 11002 database_name "dwg-wiki" database_user "dwg-wikiuser" @@ -32,9 +31,10 @@ mediawiki_site "dwg.osmfoundation.org" do admin_password passwords["dwg"]["admin"] logo "/Wiki.png" email_contact "webmaster@openstreetmap.org" - email_sender "webmaster@openstreetmap.org" + email_sender "wiki@noreply.openstreetmap.org" email_sender_name "OSMF Board Wiki" private_site true + extra_file_extensions %w[pptx] version "1.39" end