Explorar el Código

Merge pull request #22 from openenvi-formulas/master

Fix jinja spacing mistake for unknown options
master
Nitin Madhok hace 10 años
padre
commit
74b1e189c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      openssh/files/sshd_config

+ 1
- 1
openssh/files/sshd_config Ver fichero

@@ -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 %}

Cargando…
Cancelar
Guardar