From d88dabe798f42abbb206c1298c6f8275161f56e9 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 6 Aug 2013 01:46:56 +0000 Subject: [PATCH] Use the shell cert. --- callback_plugins/fedmsg_callback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callback_plugins/fedmsg_callback.py b/callback_plugins/fedmsg_callback.py index 13f40cf674..2f9f46ae78 100644 --- a/callback_plugins/fedmsg_callback.py +++ b/callback_plugins/fedmsg_callback.py @@ -40,7 +40,7 @@ class CallbackModule(object): config = fedmsg.config.load_config() config.update(dict( name='relay_inbound', - cert_prefix='ansible', + cert_prefix='shell', active=True, )) fedmsg.init(**config)