Преглед на файлове

Fix jinja spacing mistake for unknown options

When specifying multiple unknown ssh options, they would all appear on
the same line.
master
Skyler Berg преди 10 години
родител
ревизия
a83409182f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      openssh/files/sshd_config

+ 1
- 1
openssh/files/sshd_config Целия файл

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

Loading…
Отказ
Запис