X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/95d18fd8425340bd56582d403bdb88e7caeaeaec..292bb481f81ae37bfe1cc53eba0d4c3b14a48dfc:/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"