X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cf074f83728ffa2fdc43cf10f0dca5a4b443a29e..31f1fa863c0b208a44e10ef3ae1571024ef0f0ae:/cookbooks/foundation/recipes/board.rb diff --git a/cookbooks/foundation/recipes/board.rb b/cookbooks/foundation/recipes/board.rb index e26570a8f..597733e42 100644 --- a/cookbooks/foundation/recipes/board.rb +++ b/cookbooks/foundation/recipes/board.rb @@ -24,7 +24,6 @@ passwords = data_bag_item("foundation", "passwords") mediawiki_site "board.osmfoundation.org" do sitename "OSMF Board Wiki" metanamespace "OSMFBoard" - directory "/srv/board.osmfoundation.org" fpm_prometheus_port 11004 database_name "board-wiki" database_user "board-wikiuser" @@ -32,7 +31,7 @@ mediawiki_site "board.osmfoundation.org" do admin_password passwords["board"]["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 version "1.39"