Skip to content

Commit

Permalink
fix(config_ini): ensure the tab replacement happens before the edit
Browse files Browse the repository at this point in the history
Otherwise #162 can still happen
  • Loading branch information
OrangeDog authored Jun 4, 2020
1 parent bfde73f commit b26b99d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openssh/config_ini.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit b26b99d

Please sign in to comment.