Fix duplicate definition of mine.send
diff --git a/salt/minion/ca.sls b/salt/minion/ca.sls
index 7f3c38d..3092ab6 100644
--- a/salt/minion/ca.sls
+++ b/salt/minion/ca.sls
@@ -55,8 +55,9 @@
   - 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 @@
 
 {%- endfor %}
 
-{%- endif %}
\ No newline at end of file
+{%- endif %}