diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 0ae1c3cbd1..f7c05c8db3 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -154,7 +154,11 @@ keytab = /etc/kojid/kojid.keytab {% endif %} {{ 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(" ") }}