install osbuild plugin on prod builders

Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
Mark O Brien 2022-06-08 10:39:42 +01:00
parent a91dfc29e9
commit 35c4674df6

View file

@ -156,9 +156,7 @@ keytab = /etc/kojid/kojid.keytab
{{ plugins.append("rpmautospec_builder") }}
{% if env == "staging" %}
{{ plugins.append("osbuild") }}
{% endif %}
; Config for the runroot plugin lives in /etc/kojid/runroot.conf, if enabled
plugins = {{ plugins | join(" ") }}