Enable runroot on all stg buildvms

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-01-17 18:44:17 +00:00
parent 15a923f822
commit 2703eb8a64

View file

@ -128,6 +128,9 @@ keytab = /etc/kojid/kojid.keytab
krbservice = host
krb_rdns = false
{% if env == 'staging' %}
plugins = runroot{% if ansible_architecture == 'x86_64'},builder_containerbuild{% endif %}
{% else %}
{% if 'runroot' in group_names %}
; Config for it lives in /etc/kojid/runroot.conf
plugins = runroot
@ -139,5 +142,6 @@ plugins = builder_containerbuild
{% else %}
plugins =
{% endif %}
{% endif %}
{% endif %}