diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 4a8fd95f01..9bf518867d 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -37,6 +37,8 @@ sigkeys = [ '2f86d6a1' [% elif release.version_int == 9 %] '3228467c', +[% elif release.version.startswith("10.") %] + 'e37ed158', [% endif %] {% if env == "staging" %} None