0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-02-21 16:48:07 +01:00

Fix use of render_option in 'matches'

This commit is contained in:
Alexander Weidinger 2017-10-12 05:01:45 +02:00
parent 5d90a9cc26
commit 4cb9755795

View File

@ -225,7 +225,7 @@ Match
{%- endfor %} #{{ name }}
{#- Set up the applied options -#}
{%- for keyword in match['options'].keys()|sort() %}
{{ render_option(keyword, '', config_dict=match['options']) }}
{{ render_option(keyword, config_dict=match['options']) }}
{%- endfor %}
{%- endfor %}
{%- endif %}