change sensor homenet map

This commit is contained in:
m0duspwnens
2020-06-26 14:43:27 -04:00
parent 2079eba0ad
commit 0b1a258a4b

View File

@@ -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 %}