From 19482e63c05ac42eca6f6a920e315b2122c87aba Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 6 Jan 2015 03:21:40 +0000 Subject: [PATCH] Fix extra " in export-bugzilla config --- roles/fas_server/templates/export-bugzilla.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fas_server/templates/export-bugzilla.cfg.j2 b/roles/fas_server/templates/export-bugzilla.cfg.j2 index 4d19502dad..8679f361b5 100644 --- a/roles/fas_server/templates/export-bugzilla.cfg.j2 +++ b/roles/fas_server/templates/export-bugzilla.cfg.j2 @@ -3,7 +3,7 @@ # Running from fas1 so we need the PHX available address. bugzilla.url = "https://bugzilla.redhat.com/xmlrpc.cgi" # bugzilla.url = "https://bugzilla.redhat.com/xmlrpc.cgi" -bugzilla.username = "fedora-admin-xmlrpc@redhat.com"" +bugzilla.username = "fedora-admin-xmlrpc@redhat.com" bugzilla.password = "{{ bugzillaPassword }}" # Mail server for sending invalid bugzilla account messages