Skip to content

Commit

Permalink
fix default dict (like PR saltstack-formulas#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Jan 31, 2017
1 parent 8687422 commit a3ba95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/files/minion.d/beacons.conf
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a3ba95b

Please sign in to comment.