Browse Source
remove local ca symlink, become useless
pr/fix_salt_ca_trust
Petr Michalec
7 years ago
No account linked to committer's email address
1 changed files with
0 additions and
7 deletions
-
salt/minion/cert.sls
|
|
|
|
|
|
|
|
- watch: |
|
|
- watch: |
|
|
- x509: {{ ca_file }} |
|
|
- 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 %} |
|
|
{%- endif %} |
|
|
|
|
|
|
|
|
{%- endfor %} |
|
|
{%- endfor %} |