]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/recipes/default.rb
community: Add communities alias
[chef.git] / 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