fix some things

This commit is contained in:
m0duspwnens
2022-09-20 13:19:15 -04:00
parent 29285b8fb1
commit 75aa121b2d
5 changed files with 10 additions and 10 deletions
+3 -4
View File
@@ -2,10 +2,9 @@
{% set SENSOR_GLOBALS = {
'sensor': {
'interface': INIT.PILLAR.sensor.interface
'interface': pillar.sensor.interface
}
}
%}
{% for sg in SENSOR_GLOBALS %}
{% do salt['defaults.merge'](ROLE_GLOBALS, sg, merge_lists=False, in_place=True) %}
{% endfor %}
{% do salt['defaults.merge'](ROLE_GLOBALS, SENSOR_GLOBALS, merge_lists=False, in_place=True) %}