0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2024-11-28 01:18:12 +01:00

Merge pull request #22 from openenvi-formulas/master

Fix jinja spacing mistake for unknown options
This commit is contained in:
Nitin Madhok 2014-11-18 18:09:56 -05:00
commit 74b1e189c3

View File

@ -140,7 +140,7 @@
{%- for keyword in sshd_config.keys() %}
{#- Matches have to be at the bottem and should be handled differently -#}
{%- if not keyword in processed_options and keyword != 'matches' -%}
{#- send a blank default as it doesn't matter -#}
{#- send a blank default as it doesn't matter #}
{{ render_option(keyword, '') }}
{%- endif -%}
{%- endfor %}