From a87e24cb0a275016f43b2c595bcc3cf706b67e47 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 21 Sep 2018 12:56:58 +0200 Subject: [PATCH] Define the key for modular bodhi composes Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.module.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 index e7bac17215..bb021eb13a 100644 --- a/roles/bodhi2/backend/templates/pungi.module.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2 @@ -12,6 +12,8 @@ variants_file='module-variants.xml' sigkeys = [ [% if release.version_int == 28 %] '9db62fb1', +[% elif release.version_int == 29 %] + '429476b4', [% endif %] {% if env == "staging" %} None