From 35c4674df63f98d5001410de3670d444a14dd0b5 Mon Sep 17 00:00:00 2001 From: Mark O Brien Date: Wed, 8 Jun 2022 10:39:42 +0100 Subject: [PATCH] install osbuild plugin on prod builders Signed-off-by: Mark O Brien --- roles/koji_builder/templates/kojid.conf | 2 -- 1 file changed, 2 deletions(-) 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(" ") }}