Explorar el Código
Remove implicit ca_file symlink to ca-certificates
feature/remove_ca_symlink
Petr Michalec
hace 7 años
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han
modificado 1 ficheros con
0 adiciones y
7 borrados
-
salt/minion/cert.sls
|
|
@@ -115,13 +115,6 @@ salt_minion_cert_{{ cert_name }}_dirs: |
|
|
|
- watch: |
|
|
|
- x509: {{ ca_file }} |
|
|
|
|
|
|
|
{{ ca_file }}_local_trusted_symlink: |
|
|
|
file.symlink: |
|
|
|
- name: "{{ cacerts_dir }}/ca-{{ cert.authority }}.crt" |
|
|
|
- target: {{ ca_file }} |
|
|
|
- watch_in: |
|
|
|
- cmd: salt_update_certificates |
|
|
|
|
|
|
|
{%- endif %} |
|
|
|
|
|
|
|
{%- endfor %} |