Procházet zdrojové kódy

fix(config_ini): stop failing after the first application

The module is called `ini_manage` but the state prefix is `ini`.
tags/v0.43.3
James Howe před 4 roky
rodič
revize
c7777c74b2
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. +1
    -3
      openssh/config_ini.sls

+ 1
- 3
openssh/config_ini.sls Zobrazit soubor

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

Načítá se…
Zrušit
Uložit