瀏覽代碼
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 %} |