mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
change sensor homenet map
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
{% set default_evelog_index = [] %}
|
||||
{% set surimeta_evelog_index = [] %}
|
||||
|
||||
{% if salt['pillar.get']('sensor:homenet') %}
|
||||
{% if salt['pillar.get']('sensor:hnsensor') %}
|
||||
{% load_yaml as homenet %}
|
||||
HOME_NET: "[{{salt['pillar.get']('sensor:hnsensor', '')}}]"
|
||||
HOME_NET: "[{{salt['pillar.get']('sensor:hnsensor')}}]"
|
||||
{% endload %}
|
||||
{% else %}
|
||||
{% load_yaml as homenet %}
|
||||
|
||||
Reference in New Issue
Block a user