Revert "Enable runroot on all stg buildvms"

This reverts commit 2703eb8a64.
This commit is contained in:
Patrick Uiterwijk 2018-01-17 18:46:23 +00:00
parent cd0cd7fe5e
commit bce67dcb91

View file

@ -128,9 +128,6 @@ 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
@ -142,6 +139,5 @@ plugins = builder_containerbuild
{% else %}
plugins =
{% endif %}
{% endif %}
{% endif %}