소스 검색

fix issue with stripping new line will result in invalid SLS definition if AuthorizedKeysFile is missing in sshd_config

tags/v0.41.0
Simon Pirschel 8 년 전
부모
커밋
1b69ecab2c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      openssh/auth.sls

+ 2
- 2
openssh/auth.sls 파일 보기

@@ -40,7 +40,7 @@ include:
{{ print_ssh_auth(identifier, key) }}
{%- if 'sshd_config' in pillar and 'AuthorizedKeysFile' in pillar['sshd_config'] %}
- config: '{{ pillar['sshd_config']['AuthorizedKeysFile'] }}'
{% endif -%}
{% endif %}
- require:
- service: {{ openssh.service }}
{%- else %}
@@ -52,4 +52,4 @@ include:
{% endif -%}
{%- endif -%}
{%- endfor -%}
{%- endfor -%}
{%- endfor -%}

Loading…
취소
저장