puppetlabs / puppetlabs-satellite_pe_tools

Other
2 stars 15 forks source link

FM-3763 Use YUM to install Katello CA certificate #21

Closed ccaum closed 8 years ago

ccaum commented 8 years ago

Previous to this commit, the satellite_pe_tools class used the rpm command to install the katello-ca-consumer-latest.noarch.rpm. This would fail on systems that don't already have the subscription-manager package installed since the rpm command doesn't perform dependency resolution.

This commit uses the yum command to install the RPM which installs all the dependencies required for the package.

ccaum commented 8 years ago

@jonnytpuppet Have you had a chance to take a look at this? I'd like to close FM-3763 if we can.