Project

Profile

Help

Issue #9095

Updated by mdepaulo@redhat.com over 2 years ago

This appears to a regression from #6799 . 

 It's a bug in the logic, we want to run 2 preflight checks (before and after the prereq_role is loaded). 

 For the "before" check: 

 Instead of checking for either pulp-rpm being in `pulp_install_plugins` (the common use case now) case) or any plugin having a `prereq_role` (extremely uncommon now), uncommon), we check for both of those things happening. We use an "and" rather than an "or". 

 For the "after" check: 

 We only check for a plugin having a "prereq_role". We should also check for pulp-rpm being in `pulp_install_plugins`    (the common use case now)

Back