Bläddra i källkod

Merge pull request #179 from OrangeDog/patch-2

fix(config_ini): stop failing after the first application
tags/v0.43.3
Imran Iqbal 4 år sedan
förälder
incheckning
857c7c0cdb
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 3 borttagningar
  1. +1
    -3
      openssh/config_ini.sls

+ 1
- 3
openssh/config_ini.sls Visa fil

@@ -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 %}

Laddar…
Avbryt
Spara