From 362f33c68781e3275fabf146e07a09254d65a06a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 28 Apr 2015 12:48:15 +0000 Subject: [PATCH] Fix jinja2 syntax error. --- roles/fedmsg/base/templates/relay.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedmsg/base/templates/relay.py.j2 b/roles/fedmsg/base/templates/relay.py.j2 index f7eaebe5fb..c454445d6d 100644 --- a/roles/fedmsg/base/templates/relay.py.j2 +++ b/roles/fedmsg/base/templates/relay.py.j2 @@ -33,7 +33,7 @@ config = dict( # not getting messages in from proxies across the vpn. So, only use # proxy01 for now. "tcp://209.132.181.16:9941", - {% else if 'retrace' in group_names %} + {% elif 'retrace' in group_names %} # We want the retrace boxes to talk to our stg bus while we get them # ready.