Browse Source

Merge pull request #26 from tomkukral/always-mime-send-ca

send mine always (not only on change)
tags/mcp0.5
Aleš Komárek 7 years ago
parent
commit
f1d189df74
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      salt/minion/ca.sls

+ 1
- 1
salt/minion/ca.sls View File

- 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
- onchanges:
- require:
- x509: /etc/pki/ca/{{ ca_name }}/ca.crt - x509: /etc/pki/ca/{{ ca_name }}/ca.crt


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

Loading…
Cancel
Save