fix reference to master grain

This commit is contained in:
m0duspwnens
2020-07-09 15:42:39 -04:00
parent bdd0f64462
commit 5ca3ecf4bd
28 changed files with 28 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
{% set VERSION = salt['pillar.get']('static:soversion', 'HH1.2.2') %}
{% set MANAGER = salt['grains.get']('manager') %}
{% set MANAGER = salt['grains.get']('master') %}
{% set BPF_ZEEK = salt['pillar.get']('zeek:bpf', {}) %}
{% set BPF_STATUS = 0 %}
{% set INTERFACE = salt['pillar.get']('sensor:interface', 'bond0') %}