From 005c4c34679198369c1c0f6df3771aeb0016003a Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 20 Aug 2015 05:13:19 +0000 Subject: [PATCH] Pull the bodhiBugzillaPassword into the config --- 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 c008ecded7..9ff85065ef 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -144,7 +144,7 @@ smtp_server = bastion # The updates system itself. This email address is used in fetching Bugzilla # information, as well as email notifications bodhi_email = updates@fedoraproject.org -#bodhi_password = +bodhi_password = {{ bodhiBugzillaPassword }} # The address that gets the requests release_team_address = bodhiadmin-members@fedoraproject.org