From a119d8f27d11b8078273596db9a93c652b404256 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 20 Oct 2020 11:28:49 -0400 Subject: [PATCH] Fix config for airgap installs --- salt/soc/files/soc/soc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index 54d24bde7..f5b831dc1 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -16,7 +16,7 @@ "baseUrl": "/", "maxPacketCount": 5000, "htmlDir": "html", - {%- if ISAIRGAP is sameas true -%} + {%- if ISAIRGAP is sameas true %} "airgapEnabled": true, {%- else %} "airgapEnabled": false, @@ -54,7 +54,7 @@ } }, "client": { - {%- if ISAIRGAP is sameas true -%} + {%- if ISAIRGAP is sameas true %} "docsUrl": "/docs/, {%- else %} "docsUrl": "https://docs.securityonion.net/en/2.3/",