From a45aa43f41ca08d28e4bbadc3cc830b457a95de7 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Mon, 5 Oct 2020 12:35:33 -0400 Subject: [PATCH] Add trailing comma to "thehive" stanza --- salt/soc/files/soc/soc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index 9d5fa178d..2c574616a 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -33,7 +33,7 @@ "hostUrl": "http://{{ MANAGERIP }}:9000/thehive", "key": "{{ THEHIVEKEY }}", "verifyCert": false - } + }, {% endif %} "statickeyauth": { "anonymousCidr": "172.17.0.0/24",