From ecf2da7ab169903e18d520ce7e5135f277bf8106 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 2 Apr 2019 10:56:04 +0200 Subject: [PATCH] waiverdb: Fix path to the crt file Signed-off-by: Pierre-Yves Chibon --- playbooks/openshift-apps/waiverdb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/waiverdb.yml b/playbooks/openshift-apps/waiverdb.yml index fb10fc48a9..7093e27e90 100644 --- a/playbooks/openshift-apps/waiverdb.yml +++ b/playbooks/openshift-apps/waiverdb.yml @@ -38,7 +38,7 @@ app: waiverdb secret_name: waiverdb-fedora-messaging-crt key: waiverdb.crt - privatefile: "rabbitmq/{{env}}/pki/private/waiverdb{{env_suffix}}.crt" + privatefile: "rabbitmq/{{env}}/pki/issued/waiverdb{{env_suffix}}.crt" when: env == "staging" - role: openshift/secret-file app: waiverdb