Enable the runroot hub plugin in stg.

This commit is contained in:
Ralph Bean 2015-06-06 16:22:09 +00:00
parent 9e68d59ff1
commit ff598bcb72

View file

@ -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]