Explorar el Código

fix beacons on dev

tags/v0.57.0
Niels Abspoel hace 8 años
padre
commit
5ffed7de5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      salt/files/minion.d/beacons.conf

+ 1
- 1
salt/files/minion.d/beacons.conf Ver fichero

@@ -1,7 +1,7 @@
#
# 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 beacons = salt['pillar.get']('salt:minion:beacons', default=beacons, merge=True) -%}
{%- if beacons %}
beacons:

Cargando…
Cancelar
Guardar