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

- require: - require:
- x509: /etc/pki/ca/{{ ca_name }}/ca.key - x509: /etc/pki/ca/{{ ca_name }}/ca.key


mine.send:
salt_system_ca_mine_send_ca_{{ ca_name }}:
module.run: module.run:
- name: mine.send
- func: x509.get_pem_entries - func: x509.get_pem_entries
- kwargs: - kwargs:
glob_path: /etc/pki/ca/{{ ca_name }}/ca.crt glob_path: /etc/pki/ca/{{ ca_name }}/ca.crt


{%- endfor %} {%- endfor %}


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

Loading…
Cancel
Save