mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-07-16 14:26:15 +02:00
fix(config_ini): ensure the tab replacement happens before the edit
Otherwise #162 can still happen
This commit is contained in:
@@ -27,4 +27,6 @@ sshd_config-with-ini:
|
|||||||
{%- for k,v in sshd_config.items() %}
|
{%- for k,v in sshd_config.items() %}
|
||||||
{{ k }}: '{{ v }}'
|
{{ k }}: '{{ v }}'
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
- require:
|
||||||
|
- file: sshd_config-with-ini
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user