소스 검색

Merge pull request #22 from openenvi-formulas/master

Fix jinja spacing mistake for unknown options
master
Nitin Madhok 10 년 전
부모
커밋
74b1e189c3
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…
취소
저장