diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 index 974c933f6f..a31395f102 100644 --- a/roles/bodhi2/backend/templates/pungi.module.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2 @@ -41,7 +41,6 @@ pkgset_koji_inherit = False filter_system_release_packages = False # GATHER -gather_source = 'module' gather_method = 'nodeps' gather_profiler = True check_deps = False diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 1561360d66..0672020204 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -48,7 +48,6 @@ pkgset_koji_inherit = False filter_system_release_packages = False # GATHER -gather_source = 'comps' gather_method = 'deps' gather_backend = 'dnf' check_deps = False