mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pep8
This commit is contained in:
parent
a2b20ee518
commit
77c78723fe
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue