fixed beacon variable name
This commit is contained in:
parent
73906a03a5
commit
fc40847542
@ -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) }}
|
||||
|
Loading…
Reference in New Issue
Block a user