Remove md5 checksum output from CA injection
This doesn't work with config download anymore, since the software configs are overwritten. It was never a very useful output anyway, so it's being removed. Change-Id: I2c4fc26009fb6e031c6d7fe11401e85c995bd210 Closes-Bug: #1786954
This commit is contained in:
parent
dce59cce91
commit
63a8f5529f
@ -60,8 +60,3 @@ resources:
|
||||
cacert_path: {get_param: SSLRootCertificatePath}
|
||||
cacert_content: {get_param: SSLRootCertificate}
|
||||
update_anchor_command: {get_param: UpdateTrustAnchorsCommand}
|
||||
|
||||
outputs:
|
||||
deploy_stdout:
|
||||
description: Deployment reference
|
||||
value: {get_attr: [CADeployment, root_cert_md5sum]}
|
||||
|
Loading…
Reference in New Issue
Block a user