From 4e9f6292314870ff7f48fa770e329ad712372175 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 17 Mar 2021 18:25:05 -0400 Subject: [PATCH] Reformat inactiveTools list in JSON format --- salt/soc/files/soc/soc.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index 63dc248de..5620a190c 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -80,19 +80,19 @@ "tipTimeoutMs": {{ TIP_TIMEOUT }}, "cacheExpirationMs": {{ CACHE_EXPIRATION }}, "inactiveTools": [ - {%- if PLAYBOOK == '0' %} - 'toolPlaybook', + {%- if PLAYBOOK == 0 %} + "toolPlaybook", {%- endif %} - {%- if THEHIVE == '0' %} - 'toolTheHive', + {%- if THEHIVE == 0 %} + "toolTheHive", {%- endif %} - {%- if OSQUERY == '0' %} - 'toolFleet', + {%- if OSQUERY == 0 %} + "toolFleet", {%- endif %} - {%- if GRAFANA == '0' %} - 'toolGrafana', + {%- if GRAFANA == 0 %} + "toolGrafana", {%- endif %} - 'toolUnused' + "toolUnused" ], "tools": {{ tools | json }}, "hunt": {