Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ExternalMirrors
/
openssh-formula
mirror da
https://github.com/saltstack-formulas/openssh-formula
Segui
1
Vota
0
Forka
1
Codice
Problemi
0
Rilasci
27
Wiki
Attività
Sfoglia il codice sorgente
fix(config_ini): ensure the tab replacement happens before the edit
Otherwise
#162
can still happen
tags/v0.43.2
James Howe
4 anni fa
parent
bfde73f8e3
commit
b26b99d3d0
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+2
-0
openssh/config_ini.sls
+ 2
- 0
openssh/config_ini.sls
Vedi File
@@ -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 %}
Write
Preview
Loading…
Annulla
Salva