Skip to content

Commit

Permalink
fix(map): avoid defaults.merge bug on salt-ssh (redis_settings)
Browse files Browse the repository at this point in the history
* fix #77
  • Loading branch information
myii authored Mar 8, 2019
1 parent 4d6677e commit fde2767
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 fde2767

Please sign in to comment.