Actions
Bug #31941
closedPulp migration switchover: cannot find repo type error when repo type disabled but repo type is set to use Pulp 2
Description
A user on Katello 3.18 disabled the deb content type and the switchover failed since it was still true under use_pulp_2_for_content_type. Here's the error: `error (RuntimeError): Cannot find repository type deb, is it enabled?`.
To fix this, we should probably check if a content type is enabled before checking if it's set to use Pulp 2.
Actions