diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 9270cf774f..fe3b50fc8a 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -73,7 +73,7 @@ serverca = /etc/kojid/cacert.pem {% if 'runroot' in group_names %} ; Config for it lives in /etc/kojid/runroot.conf {% if env == 'staging' %} -plugins = runroot builder_container +plugins = runroot builder_containerbuild {% else %} plugins = runroot {% endif %} @@ -85,7 +85,7 @@ pluginpath = /usr/lib/koji-hub-plugins {% else %} {% if env == 'staging' %} -plugins = builder_container +plugins = builder_containerbuild {% else %} plugins = {% endif %}