commit | 1a4fb2f4c936438af50691fb4c219f424334a555 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Sep 13 13:27:51 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Sep 13 13:27:51 2016 +0200 |
tree | ba1e363da00c2f14125004bd8a5792905a89580c | |
parent | aafb50a3042a500b5d04f1239a2f266da0cf5497 [diff] |
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 %}