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:
parent
73906a03a5
commit
fc40847542
@ -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) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user