mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
remove extra squigly https://github.com/Security-Onion-Solutions/securityonion/issues/1857
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{% set FLEETNODE = salt['pillar.get']('global:fleet_node', False) %}
|
{% set FLEETNODE = salt['pillar.get']('global:fleet_node', False) %}
|
||||||
{% if FLEETNODE or FLEETMANAGER %}
|
{% if FLEETNODE or FLEETMANAGER %}
|
||||||
{% set ENROLLSECRET = salt['cmd.run']('docker exec so-fleet fleetctl get enroll-secret default') %}
|
{% set ENROLLSECRET = salt['cmd.run']('docker exec so-fleet fleetctl get enroll-secret default') %}
|
||||||
{% else %}}
|
{% else %}
|
||||||
{% set ENROLLSECRET = '' %}
|
{% set ENROLLSECRET = '' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% set MAININT = salt['pillar.get']('host:mainint') %}
|
{% set MAININT = salt['pillar.get']('host:mainint') %}
|
||||||
|
|||||||
Reference in New Issue
Block a user