Procházet zdrojové kódy

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

Otherwise #162 can still happen
tags/v0.43.2
James Howe před 4 roky
rodič
revize
b26b99d3d0
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      openssh/config_ini.sls

+ 2
- 0
openssh/config_ini.sls Zobrazit soubor

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

Načítá se…
Zrušit
Uložit