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/",