From 1ccd58f23eaee28c52fb69f84cbd28d64f5fbd5b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 25 Jul 2014 16:03:30 +0000 Subject: [PATCH] Typofix. --- roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini index eab2635f12..3943980528 100644 --- a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini +++ b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini @@ -16,7 +16,7 @@ bugzilla.password = {{ bugzilla_password }} # Stomp broker configuration. {% if env == 'staging' %} -stomp_uri = fuse-fabric-01.stg.jboss.org:61617,fuse-fabric-02.stg.jboss.org:61617,fuse-fabric-03.stg.jboss.org:61617 +stomp_uri = fuse-fabric-01-stg.jboss.org:61617,fuse-fabric-02-stg.jboss.org:61617,fuse-fabric-03-stg.jboss.org:61617 stomp_ssl_crt = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.crt stomp_ssl_key = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.key {% else %}