From cd9ecb0e8bf9c753ff92211ecd79c40c6aec6e08 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 14 Mar 2014 15:36:14 +0000 Subject: [PATCH] Add a newline to test conditional restart. --- roles/fedmsg_base/templates/endpoints.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/fedmsg_base/templates/endpoints.py.j2 b/roles/fedmsg_base/templates/endpoints.py.j2 index f83e86f650..7d78d6e456 100644 --- a/roles/fedmsg_base/templates/endpoints.py.j2 +++ b/roles/fedmsg_base/templates/endpoints.py.j2 @@ -7,6 +7,7 @@ non_phx_suffix = 'fedoraproject.org' vpn_suffix = 'vpn.fedoraproject.org' {% endif %} + config = dict( # This is a dict of possible addresses from which fedmsg can send # messages. fedmsg.init(...) requires that a 'name' argument be passed