From 22df041f3f3b96c099322ddb344f32d689fff943 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 3 Oct 2024 04:25:15 +0100 Subject: [PATCH] Switch community site to fume --- roles/fume.rb | 2 +- roles/mail.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fume.rb b/roles/fume.rb index 5b4c5a670..0afb0936c 100644 --- a/roles/fume.rb +++ b/roles/fume.rb @@ -33,5 +33,5 @@ default_attributes( run_list( "role[equinix-dub]", - "role[blog-staging]" + "role[community]" ) diff --git a/roles/mail.rb b/roles/mail.rb index 0e07d584b..52c993568 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -62,7 +62,7 @@ default_attributes( :community => { :comment => "community.openstreetmap.org", :domains => ["community.openstreetmap.org"], - :host => "gorwen.dub.openstreetmap.org::2500" + :host => "fume.dub.openstreetmap.org::2500" } }, :dkim_selectors => { -- 2.39.5