Actions
Bug #11041
closedKatello : Installation of Pulp Capsule fails
Difficulty:
medium
Triaged:
Yes
Description
Capsule installation with --pulp set to true fails. Disabling pulp installation results in success.
This is due to the recent changes in the installer to fix capsule support of GPG keys. The pulp modules now uses the concat module to create the httpd/conf.d/25-pulp-node-ssl.conf file but the concat target has not been setup correctly before the first call to concat::fragment.
As a work around you can edit /usr/share/katello-installer/modules/pulp/manifests/child/fragment.pp and comment out the call to concat::fragment.
This will break the fix for the GPG keys through the capsule (I think) but you can follow this workaround for that issue: http://projects.theforeman.org/issues/10616
Actions