From e3812c7ddb461a8816bf56234056cd3164c3102d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 24 Mar 2014 19:30:09 +0000 Subject: [PATCH] Correct a typo. --- roles/fedmsg/base/templates/policy.py.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fedmsg/base/templates/policy.py.j2 b/roles/fedmsg/base/templates/policy.py.j2 index 7bed23776d..223aaa6b88 100644 --- a/roles/fedmsg/base/templates/policy.py.j2 +++ b/roles/fedmsg/base/templates/policy.py.j2 @@ -90,11 +90,11 @@ config = dict( # This comes from our hook in configs/system/fedora-updates-push topic_prefix + "bodhi.updates.fedora.sync": [ - "bodhi-releng04.%s" % suffix, + "ftpsync-releng04.%s" % suffix, ], # Similarly, this is frome configs/system/fedora-epel-push topic_prefix + "bodhi.updates.epel.sync": [ - "bodhi-relepel01.%s" % suffix, + "ftpsync-relepel01.%s" % suffix, ], # Compose (rel-eng) messages (use the bodhi certs)