mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Launcher Module - Fix logic
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{%- set FLEETSETUP = salt['pillar.get']('static:fleetsetup', '0') -%}
|
{%- set FLEETSETUP = salt['pillar.get']('static:fleetsetup', '0') -%}
|
||||||
|
|
||||||
{%- if FLEETSETUP != 0 %}
|
{%- if FLEETSETUP != '0' %}
|
||||||
launcherpkg:
|
launcherpkg:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- sources:
|
- sources:
|
||||||
|
|||||||
Reference in New Issue
Block a user