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:
parent
5d90a9cc26
commit
4cb9755795
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user