2
0

fixed beacon variable name

This commit is contained in:
Tobias Martin 2017-01-13 15:26:17 +01:00
parent 73906a03a5
commit fc40847542
No known key found for this signature in database
GPG Key ID: 944B1153D94EEABF

View File

@ -2,7 +2,7 @@
# This file is managed by Salt! Do not edit by hand!
#
{%- set beacons = salt['pillar.get']('salt:beacons') -%}
{%- set engines = salt['pillar.get']('salt:minion:beacons', default=engines, merge=True) -%}
{%- set beacons = salt['pillar.get']('salt:minion:beacons', default=beacons, merge=True) -%}
{%- if beacons %}
beacons:
{{ beacons | yaml(False) | indent(2) }}