]> git.openstreetmap.org Git - chef.git/commitdiff
community: Add communities alias
authorGrant Slater <git@firefishy.com>
Wed, 23 Mar 2022 19:28:18 +0000 (19:28 +0000)
committerGrant Slater <git@firefishy.com>
Wed, 23 Mar 2022 19:28:18 +0000 (19:28 +0000)
cookbooks/community/recipes/default.rb

index 003e69f1e8e4b48931a0ab4efe191987ed207b55..467f67ba3e6020c02658303c098afe9c4ed14b24 100644 (file)
@@ -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