瀏覽代碼

Remove implicit ca_file symlink to ca-certificates

feature/remove_ca_symlink
Petr Michalec 7 年之前
父節點
當前提交
523880c051
No account linked to committer's email address
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. +0
    -7
      salt/minion/cert.sls

+ 0
- 7
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 %}

Loading…
取消
儲存