From 63a8f5529fe625069de4e6644e488496080c0b6e Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Tue, 14 Aug 2018 17:27:29 +0300 Subject: [PATCH] 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 --- puppet/extraconfig/tls/ca-inject.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/puppet/extraconfig/tls/ca-inject.yaml b/puppet/extraconfig/tls/ca-inject.yaml index a562dc356a..959da97b86 100644 --- a/puppet/extraconfig/tls/ca-inject.yaml +++ b/puppet/extraconfig/tls/ca-inject.yaml @@ -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]}