diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index f7c05c8db3..21726620c6 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -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(" ") }}