diff --git a/salt/ca/init.sls b/salt/ca/init.sls index 6a7608282..27344fc7f 100644 --- a/salt/ca/init.sls +++ b/salt/ca/init.sls @@ -41,9 +41,8 @@ pki_private_key: mine.send: module.run: - - pemzilla: - - func: x509.get_pem_entries - - kwargs: - glob_path: /etc/pki/ca.crt - - onchanges: - - x509: /etc/pki/ca.crt + - func: x509.get_pem_entries + - kwargs: + glob_path: /etc/pki/ca.crt + - onchanges: + - x509: /etc/pki/ca.crt