Actions
Bug #30211
closedproxying pulp rpm/isos to pulpcore with pulpcore disabled disables pulp2 plugins
Difficulty:
Triaged:
No
Description
The pulp class is declared in puppet-FPC with
class { 'pulp':
...
enable_rpm => $enable_yum and !$proxy_pulp_yum_to_pulpcore,
enable_iso => $enable_file and !$proxy_pulp_isos_to_pulpcore,
...
However $proxy_pulp_{yum,isos}_to_pulpcore defaults to true, leading to these pulp2 plugins being disabled when running foreman-installer with `--foreman-proxy-plugin-pulp-pulpcore-enabled false`
Actions