Skip to content

Commit

Permalink
Merge pull request #78 from saltstack-formulas/myii-patch-1
Browse files Browse the repository at this point in the history
fix(map): avoid `defaults.merge` bug on `salt-ssh` (`redis_settings`)
  • Loading branch information
myii authored Mar 8, 2019
2 parents 4d6677e + fde2767 commit 54b5719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
) %}

{#- Merge the redis pillar #}
{%- set redis = salt['pillar.get']('redis', default=defaults, merge=True) %}
{%- set redis_settings = salt['pillar.get']('redis', default=defaults, merge=True) %}

0 comments on commit 54b5719

Please sign in to comment.