From 04c4ddce24a38e5a494035cc131e3273ae072cf8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 10 Jun 2014 09:22:55 +0200 Subject: [PATCH] Add bugzilla credentials --- roles/pkgdb2/templates/pkgdb2.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg index 7e8864df56..b0428d22b1 100644 --- a/roles/pkgdb2/templates/pkgdb2.cfg +++ b/roles/pkgdb2/templates/pkgdb2.cfg @@ -37,9 +37,9 @@ PKGDB2_BUGZILLA_NOTIFICATION = False ## URL to the bugzilla instance to update PKGDB2_BUGZILLA_URL = 'https://bugzilla.redhat.com' ## name of the user the pkgdb application can log in to bugzilla with -PKGDB2_BUGZILLA_USER = None +PKGDB2_BUGZILLA_USER = {{ bugzilla_user }} ## password of the user the pkgdb application can log in to bugzilla with -PKGDB2_BUGZILLA_PASSWORD = None +PKGDB2_BUGZILLA_PASSWORD = {{ bugzilla_password }} ### FAS information