From 1da1fcb6fb984882d2564148d2135897c5396431 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 23 Mar 2022 19:28:18 +0000 Subject: [PATCH] community: Add communities alias --- cookbooks/community/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 003e69f1e..467f67ba3 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -85,7 +85,7 @@ execute "discourse_container_data_rebuild" do end ssl_certificate "community.openstreetmap.org" do - domains ["community.openstreetmap.org", "community.osm.org"] + domains ["community.openstreetmap.org", "community.osm.org", "communities.openstreetmap.org", "communities.osm.org"] notifies :run, "execute[discourse_container_web_only_rebuild]" end -- 2.39.5