소스 검색
fix(config_ini): ensure the tab replacement happens before the edit
Otherwise #162 can still happen
tags/v0.43.2
James Howe
4 년 전
No account linked to committer's email address
1개의 변경된 파일과
2개의 추가작업 그리고
0개의 파일을 삭제
-
openssh/config_ini.sls
|
|
@@ -27,4 +27,6 @@ sshd_config-with-ini: |
|
|
|
{%- for k,v in sshd_config.items() %} |
|
|
|
{{ k }}: '{{ v }}' |
|
|
|
{%- endfor %} |
|
|
|
- require: |
|
|
|
- file: sshd_config-with-ini |
|
|
|
{%- endif %} |