summaryrefslogtreecommitdiffstats
path: root/callback_plugins
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2013-08-06 01:46:56 +0000
committerRalph Bean <rbean@redhat.com>2013-08-06 01:46:56 +0000
commitd88dabe798f42abbb206c1298c6f8275161f56e9 (patch)
tree8e2f5710504e7aefbc12622dd4e8ddf08517615d /callback_plugins
parentb306a4f54c83a93552e72312b000a01a8ca7232d (diff)
downloadansible-d88dabe798f42abbb206c1298c6f8275161f56e9.tar.gz
ansible-d88dabe798f42abbb206c1298c6f8275161f56e9.tar.xz
ansible-d88dabe798f42abbb206c1298c6f8275161f56e9.zip
Use the shell cert.
Diffstat (limited to 'callback_plugins')
-rw-r--r--callback_plugins/fedmsg_callback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/callback_plugins/fedmsg_callback.py b/callback_plugins/fedmsg_callback.py
index 13f40cf67..2f9f46ae7 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)