Skip to content

Commit

Permalink
Update error message in states.x509.certificate_managed
Browse files Browse the repository at this point in the history
Co-authored-by: Glynn Forrest <glynn@backbeat.tech>
  • Loading branch information
2 people authored and dwoz committed Sep 9, 2020
1 parent 54bed4e commit 881b389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/states/x509.py
Expand Up @@ -655,7 +655,7 @@ def certificate_managed(
and "csr" not in kwargs
):
raise salt.exceptions.SaltInvocationError(
"public_key or signing_private_key must be specified."
"public_key, signing_private_key, or csr must be specified."
)

if managed_private_key:
Expand Down

0 comments on commit 881b389

Please sign in to comment.