Sfoglia il codice sorgente

fixed beacon variable name

master
Tobias Martin 7 anni fa
parent
commit
fc40847542
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      salt/files/minion.d/beacons.conf

+ 1
- 1
salt/files/minion.d/beacons.conf Vedi 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) }}

Loading…
Annulla
Salva