This commit is contained in:
Clint Armstrong 2017-01-16 13:09:09 -05:00
parent a2b20ee518
commit 77c78723fe

View file

@ -525,7 +525,7 @@ def certificate_managed(name,
file_args['contents'] += certificate
if not append_certs:
append_certs = []
append_certs = []
for append_cert in append_certs:
file_args[
'contents'] += __salt__['x509.get_pem_entry'](append_cert, pem_type='CERTIFICATE')