mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-28 07:28:00 +02: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:
@@ -1,6 +1,6 @@
|
||||
{% set needs_restarting_check = salt['mine.get']('*', 'needs_restarting.check', tgt_type='glob') -%}
|
||||
{% set role = grains.id.split('_') | last -%}
|
||||
{% set url = salt['pillar.get']('manager:url_base') -%}
|
||||
{% set url = salt['pillar.get']('global:url_base') -%}
|
||||
|
||||
{% if role in ['eval', 'managersearch', 'manager', 'standalone'] %}
|
||||
Access the Security Onion web interface at https://{{ url }}
|
||||
|
||||
Reference in New Issue
Block a user