mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-05-11 05:24:49 +02:00
Fixed whitespace handling when rendering unknown options
This commit is contained in:
parent
eae8ca0e33
commit
5d90a9cc26
@ -212,7 +212,7 @@
|
|||||||
{#- Matches have to be at the bottom and should be handled differently -#}
|
{#- Matches have to be at the bottom and should be handled differently -#}
|
||||||
{%- if not keyword in processed_options and keyword != 'matches' -%}
|
{%- if not keyword in processed_options and keyword != 'matches' -%}
|
||||||
{{ render_option(keyword) }}
|
{{ render_option(keyword) }}
|
||||||
{%- endif -%}
|
{% endif -%}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
{# Handle matches last as they need to go at the bottom #}
|
{# Handle matches last as they need to go at the bottom #}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user