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": {