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