Procházet zdrojové kódy

remove local ca symlink, become useless

pr/fix_salt_ca_trust
Petr Michalec před 7 roky
rodič
revize
f78895981d
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 0 přidání a 7 odebrání
  1. +0
    -7
      salt/minion/cert.sls

+ 0
- 7
salt/minion/cert.sls Zobrazit soubor

@@ -117,13 +117,6 @@ salt_minion_cert_{{ cert_name }}_dirs:
- watch:
- x509: {{ ca_file }}

{{ ca_file }}_{{ rowloop.index }}_local_trusted_symlink:
file.symlink:
- name: "{{ cacerts_dir }}/ca-{{ cert.authority }}.crt"
- target: {{ ca_file }}
- watch_in:
- cmd: salt_update_certificates

{%- endif %}

{%- endfor %}

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