]> git.openstreetmap.org Git - chef.git/commitdiff
foundation: use noreply wiki sender
authorGrant Slater <github@firefishy.com>
Fri, 17 Feb 2023 18:45:24 +0000 (18:45 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 17 Feb 2023 18:45:24 +0000 (18:45 +0000)
cookbooks/foundation/recipes/board.rb
cookbooks/foundation/recipes/dwg.rb
cookbooks/foundation/recipes/mwg.rb
cookbooks/foundation/recipes/wiki.rb

index e26570a8f2455922820e38f845599ff290a8f385..c7b650eb7baad83a64c452e9452411fd40520792 100644 (file)
@@ -32,7 +32,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"
index 30804082f0172bb6bd3d2a35703a413fd7b3b052..31144eb01acfc98917e52afe9c3642e119aeb9ca 100644 (file)
@@ -32,7 +32,7 @@ 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
   version "1.39"
index 21f464074d4dccaefbe48ff80089887f4fc68893..b0a8240fd034512b79b58a15b7cba38cf266ef35 100644 (file)
@@ -32,7 +32,7 @@ mediawiki_site "mwg.osmfoundation.org" do
   admin_password passwords["mwg"]["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"
index 9a25ef48005dd2d7457cdd7b0a8e79bb1fa1cb46..9fca8ee8bab8a6f1c92452acb5b623ad46b6fe86 100644 (file)
@@ -38,7 +38,7 @@ mediawiki_site "wiki.osmfoundation.org" do
   skin "OSMFoundation"
   logo "/w/skins/OSMFoundation/img/logo.png"
   email_contact "webmaster@openstreetmap.org"
-  email_sender "webmaster@openstreetmap.org"
+  email_sender "wiki@noreply.openstreetmap.org"
   email_sender_name "OSMF Wiki"
   private_accounts true
   extra_file_extensions %w[mp3 pptx]