diff --git a/salt/suricata/files/suricata.yaml b/salt/suricata/files/suricata.yaml index 5a0121b63..af5f38646 100644 --- a/salt/suricata/files/suricata.yaml +++ b/salt/suricata/files/suricata.yaml @@ -9,7 +9,7 @@ {%- set MTU = salt['pillar.get']('sensor:mtu', '1500') %} {%- endif %} {%- if salt['pillar.get']('sensor:homenet') %} - {%- set homenet = salt['pillar.get']('sensor:hnsensor', '') %} + {%- set homenet = salt['pillar.get']('sensor:home_network_sensor', '') %} {%- else %} {%- set homenet = salt['pillar.get']('static:hnmaster', '') %} {%- endif %} diff --git a/salt/suricata/files/suricataMETA.yaml b/salt/suricata/files/suricataMETA.yaml index 99a59c719..cca5d4e1a 100644 --- a/salt/suricata/files/suricataMETA.yaml +++ b/salt/suricata/files/suricataMETA.yaml @@ -7,7 +7,7 @@ {%- set MTU = salt['pillar.get']('sensor:mtu', '1500') %} {%- endif %} {%- if salt['pillar.get']('sensor:homenet') %} - {%- set homenet = salt['pillar.get']('sensor:hnsensor', '') %} + {%- set homenet = salt['pillar.get']('sensor:home_network_sensor', '') %} {%- else %} {%- set homenet = salt['pillar.get']('static:hnmaster', '') %} {%- endif %}