Merge pull request #179 from OrangeDog/patch-2

fix(config_ini): stop failing after the first application
This commit is contained in:
Imran Iqbal 2020-06-04 18:07:17 +01:00 committed by GitHub
commit 857c7c0cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ sshd_config-with-ini:
- repl: '\1 \2'
- show_changes: True
- require_in:
- ini_manage: sshd_config-with-ini
- ini: sshd_config-with-ini
{%- endif %}
ini.options_present:
@ -27,6 +27,4 @@ sshd_config-with-ini:
{%- for k,v in sshd_config.items() %}
{{ k }}: '{{ v }}'
{%- endfor %}
- require:
- file: sshd_config-with-ini
{%- endif %}