Actions
Refactor #14454
closedChange foreman-installer/kafo_parsers dependencies to permit Puppet 4 AIO
Difficulty:
Triaged:
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.
Actions