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