浏览代码

Fix duplicate definition of mine.send

tags/2016.12
Filip Pytloun 8 年前
父节点
当前提交
1a4fb2f4c9
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      salt/minion/ca.sls

+ 3
- 2
salt/minion/ca.sls 查看文件

@@ -55,8 +55,9 @@ include:
- require:
- x509: /etc/pki/ca/{{ ca_name }}/ca.key

mine.send:
salt_system_ca_mine_send_ca_{{ ca_name }}:
module.run:
- name: mine.send
- func: x509.get_pem_entries
- kwargs:
glob_path: /etc/pki/ca/{{ ca_name }}/ca.crt
@@ -65,4 +66,4 @@ mine.send:

{%- endfor %}

{%- endif %}
{%- endif %}

正在加载...
取消
保存