Ver código fonte

fix(config_ini): ensure the tab replacement happens before the edit

Otherwise #162 can still happen
tags/v0.43.2
James Howe 4 anos atrás
pai
commit
b26b99d3d0
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      openssh/config_ini.sls

+ 2
- 0
openssh/config_ini.sls Ver arquivo

@@ -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 %}

Carregando…
Cancelar
Salvar