소스 검색
remove local ca symlink, become useless
pr/fix_salt_ca_trust
Petr Michalec
7 년 전
No account linked to committer's email address
1개의 변경된 파일과
0개의 추가작업 그리고
7개의 파일을 삭제
-
salt/minion/cert.sls
|
|
@@ -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 %} |