0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-01-31 22:15:40 +01:00

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! # This file is managed by Salt! Do not edit by hand!
# #
{%- set beacons = salt['pillar.get']('salt:beacons') -%} {%- 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 %} {%- if beacons %}
beacons: beacons:
{{ beacons | yaml(False) | indent(2) }} {{ beacons | yaml(False) | indent(2) }}