ソースを参照

remove local ca symlink, become useless

pr/fix_salt_ca_trust
Petr Michalec 7年前
コミット
f78895981d
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更0行の追加7行の削除
  1. +0
    -7
      salt/minion/cert.sls

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

読み込み中…
キャンセル
保存