From 0bfc6ce270716518b671a48e7726ccac4b3d1a2c Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 2 Jan 2023 01:53:44 +0000 Subject: [PATCH 1/1] community: fix lint issue --- 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 bd6f7d27a..7064effdb 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -82,7 +82,7 @@ template "/srv/community.openstreetmap.org/docker/containers/mail-receiver.yml" end ssl_certificate "community.openstreetmap.org" do - domains ["community.openstreetmap.org", "community.osm.org", "communities.openstreetmap.org", "communities.osm.org","c.openstreetmap.org", "c.osm.org"] + domains ["community.openstreetmap.org", "community.osm.org", "communities.openstreetmap.org", "communities.osm.org", "c.openstreetmap.org", "c.osm.org"] notifies :run, "notify_group[discourse_container_new_web_only]" notifies :run, "notify_group[discourse_container_new_mail_receiver]" end -- 2.39.5