Bug #32567
If bootstrap RPM symlink is removed the installer does not repair it
Fixed in Releases:
Found in Releases:
Associated revisions
History
#1
Updated by The Foreman Bot about 1 year ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/357 added
#2
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases 3.0.0 added
#3
Updated by Eric Helms about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy_content|f495723f2fe633fda8138079a46dfe3023cc141c.
#4
Updated by Amit Upadhye 9 months ago
- Category set to Foreman modules
Fixes #32567: Ensure bootstrap RPM symlink exists
Adds a separate existence check for the symlink to ensure it exists
and points at the latest RPM. This ensures that if something removes
the symlink on the system tne next puppet run will put the symlink
back in place. Prior to this the symlink could be removed from the
system and the only way Puppet would put it back was if the RPM itself
got updated.