소스 검색

fixed beacon variable name

tags/v0.57.0
Tobias Martin 7 년 전
부모
커밋
fc40847542
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      salt/files/minion.d/beacons.conf

+ 1
- 1
salt/files/minion.d/beacons.conf 파일 보기

@@ -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…
취소
저장