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`
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/265 added
Updated by William Clark over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy_content|5d691aaf7ba6aaafc1bf7a89110454eeca94b90b.
Actions