Actions
Bug #17370
closedUse copy instead of move in puppet upgrade hook
Description
Here:
https://github.com/Katello/katello-installer/blob/master/hooks/pre/31-upgrade-puppet.rb#L21-L22
A user is reporting errors:
--upgrade-puppet copy_data fails on "mv: inter-device move failed: ‘/var/lib/puppet/ssl’ to ‘/etc/puppetlabs/puppet/ssl’; unable to remove target: Directory not empty"
Actions