Browse Source
Merge pull request #179 from OrangeDog/patch-2
fix(config_ini): stop failing after the first application
tags/v0.43.3
Imran Iqbal
4 years ago
No account linked to committer's email address
1 changed files with
1 additions and
3 deletions
-
openssh/config_ini.sls
|
|
|
|
|
|
|
|
- repl: '\1 \2' |
|
|
- repl: '\1 \2' |
|
|
- show_changes: True |
|
|
- show_changes: True |
|
|
- require_in: |
|
|
- require_in: |
|
|
- ini_manage: sshd_config-with-ini |
|
|
|
|
|
|
|
|
- ini: sshd_config-with-ini |
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
|
|
|
|
|
|
ini.options_present: |
|
|
ini.options_present: |
|
|
|
|
|
|
|
|
{%- 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 %} |