From 68f6a6613a6f1449a8fea9a61731666f62434147 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Tue, 8 May 2018 13:33:57 +0000 Subject: [PATCH] Use the correct variable name for Bodhi's staging wavierdb token. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/production.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 5773f8d22e..28eb1b39d3 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -126,7 +126,7 @@ waiverdb_api_url = https://waiverdb-web-waiverdb.app.os{{env_suffix}}.fedoraproj # An access token used to authenticate to waiverdb {% if env == "staging" %} -waiverdb.access_token = {{ bodhistgWaiverToken }} +waiverdb.access_token = {{ bodhi2WaiverTokenSTG }} {% else %} # This needs code fixes for the actual waiverdb API #waiverdb.access_token = {{ bodhi2WaiverToken }}