Refactor #14454
Change foreman-installer/kafo_parsers dependencies to permit Puppet 4 AIO
Fixed in Releases:
Found in Releases:
Description
foreman-installer and kafo_parsers have dependencies on "puppet", in both debs and RPMs. In Puppet 4 with AIO packages, this is now "puppet-agent", so will need to change to permit it (when the installer and Kafo have support).
Debian packages can probably use a list of alternative packages (puppet-agent | puppet
) but RPMs may need to drop the hard dependency and document it, or add package variants etc.
Related issues
Associated revisions
History
#1
Updated by Dominic Cleal almost 5 years ago
- Blocks Tracker #8447: Puppet 4 support added
#2
Updated by Dominic Cleal over 4 years ago
- Blocks Feature #14809: Build RPMs for Fedora 24 added
#3
Updated by Dominic Cleal over 4 years ago
- Status changed from New to Assigned
- Assignee set to Dominic Cleal
#4
Updated by The Foreman Bot over 4 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman-packaging/pull/1129 added
#5
Updated by Dominic Cleal over 4 years ago
- Category set to Debian/Ubuntu
RPMs may need to drop the hard dependency and document it, or add package variants etc.
No change required for RPMs, as puppet-agent
provides puppet
too.
#6
Updated by Dominic Cleal over 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bed6185bf372674137e7d2c0a6106426ebf60653.
#7
Updated by Dominic Cleal over 4 years ago
- Legacy Backlogs Release (now unused) set to 136
fixes #14454 - permit and prefer puppet-agent (AIO) (#1129)