Browse Source

Fix duplicate definition of mine.send

tags/2016.12
Filip Pytloun 8 years ago
parent
commit
1a4fb2f4c9
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      salt/minion/ca.sls

+ 3
- 2
salt/minion/ca.sls View File

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

Loading…
Cancel
Save