mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #836 from Security-Onion-Solutions/bugfix/misc
Fleet gen packages hostname fix2
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
{%- set FLEETIP = salt['pillar.get']('static:fleet_ip', False) -%}
|
{%- set FLEETIP = salt['pillar.get']('static:fleet_ip', False) -%}
|
||||||
{% set CUSTOM_FLEET_HOSTNAME = salt['pillar.get']('static:fleet_custom_hostname', None) %}
|
{% set CUSTOM_FLEET_HOSTNAME = salt['pillar.get']('static:fleet_custom_hostname', None) %}
|
||||||
|
|
||||||
{% if CUSTOM_FLEET_HOSTNAME != None or CUSTOM_FLEET_HOSTNAME != '' %}
|
{% if CUSTOM_FLEET_HOSTNAME != (None and '') %}
|
||||||
|
|
||||||
{{ CUSTOM_FLEET_HOSTNAME }}:
|
{{ CUSTOM_FLEET_HOSTNAME }}:
|
||||||
host.present:
|
host.present:
|
||||||
|
|||||||
Reference in New Issue
Block a user