Explorar el Código
fix(config_ini): ensure the tab replacement happens before the edit
Otherwise #162 can still happen
tags/v0.43.2
James Howe
hace 4 años
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han
modificado 1 ficheros con
2 adiciones y
0 borrados
-
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 %} |