Enable runroot on all stg buildvms
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
15a923f822
commit
2703eb8a64
1 changed files with 4 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue