From e0a289182f643556fd031f6cfd8c26c07f90c3ed Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Wed, 15 Sep 2021 09:28:23 -0400 Subject: [PATCH] Fix Fleet Link Logic --- 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 4798ef31e..e9dfa50d8 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -117,7 +117,7 @@ {%- if THEHIVE == 0 %} "toolTheHive", {%- endif %} - {%- if FLEETMANAGER or FLEETNODE %} + {%- if not FLEETMANAGER and not FLEETNODE %} "toolFleet", {%- endif %} {%- if GRAFANA == 0 %}