diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 index 8ffc290f7c..253d0c1370 100644 --- a/roles/bodhi2/backend/templates/pungi.module.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2 @@ -105,4 +105,13 @@ createiso_skip = [ 'src': True }), ] + +filter_modules = [ + ('(Everything)$', { + '*': [ + 'perl*bootstrap:*', + ] + }), +] + koji_profile = 'bodhi_koji'