From 455e7c1b66b4189793718145d91902f03ed1cc12 Mon Sep 17 00:00:00 2001 From: Carl George Date: Fri, 5 Nov 2021 14:39:25 -0500 Subject: [PATCH] Add epel9 key id to pungi config Signed-off-by: Carl George --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 2999e44e70..16cf707d2d 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -45,6 +45,8 @@ sigkeys = [ '352C64E5', [% elif release.version_int == 8 %] '2f86d6a1' +[% elif release.version_int == 9 %] + '3228467c' [% endif %] {% if env == "staging" %} None