From ff598bcb72160cad29f688963474866d266bc260 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sat, 6 Jun 2015 16:22:09 +0000 Subject: [PATCH] Enable the runroot hub plugin in stg. --- roles/koji_hub/templates/hub.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index bcd7ffabd8..e399d5c5e5 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -68,7 +68,11 @@ DisableNotifications = True #Plugins = koji-disable-builds-plugin #Plugins = darkserver-plugin +{% if env == 'staging' %} +Plugins = fedmsg-koji-plugin runroot +{% else %} Plugins = fedmsg-koji-plugin +{% endif %} {% if inventory_hostname.startswith('koji') %} [policy]