mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
change reference from manager:url_base to global:url_base - https://github.com/Security-Onion-Solutions/securityonion/issues/1039
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{% elif FLEETNODE %}
|
||||
{% set HOSTNAME = grains.host %}
|
||||
{% else %}
|
||||
{% set HOSTNAME = salt['pillar.get']('manager:url_base') %}
|
||||
{% set HOSTNAME = salt['pillar.get']('global:url_base') %}
|
||||
{% endif %}
|
||||
|
||||
so/fleet:
|
||||
|
||||
Reference in New Issue
Block a user