Explorar el Código

Fix duplicate definition of mine.send

tags/2016.12
Filip Pytloun hace 8 años
padre
commit
1a4fb2f4c9
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      salt/minion/ca.sls

+ 3
- 2
salt/minion/ca.sls Ver fichero

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

Cargando…
Cancelar
Guardar