From: Grant Slater Date: Wed, 23 Mar 2022 19:28:18 +0000 (+0000) Subject: community: Add communities alias X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/1da1fcb6fb984882d2564148d2135897c5396431 community: Add communities alias --- 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