Issue #1739 has been updated by jamtur01. Status changed from Ready for Testing to Closed
Pushed in commit:"d5e19f18eddd0d6ddb9818dabc873b3203335f95" in branch 0.24.x ---------------------------------------- Feature #1739: yum package provider should erase packages http://projects.reductivelabs.com/issues/show/1739 Author: lutter Status: Closed Priority: Normal Assigned to: lutter Category: Red Hat Target version: 0.24.7 Complexity: Medium Affected version: 0.24.6 Keywords: The yum package provider currently runs 'rpm -e PKG' when it's told to uninstall something (ensure => absent) To make it possible to uninstall packages with cyclic dependencies, it would be much better to have it run 'yum -y erase PKG' Doing that is a lot more dangerous, since it will uninstall PKG and everything that depends on it, but with that danger comes the power that some users need. ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
