Issue #4983 has been reported by Nathan Rich. ---------------------------------------- Feature #4983: Remove packages at same time http://projects.puppetlabs.com/issues/4983
Author: Nathan Rich Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected version: Keywords: rpm, dependencies, yum, rhel, centos, fedora Branch: Often times even official red hat packages will cross depend. What this means for puppet is that neither the rpm nor yum providers will remove them. This means a drop down to exec just to be able to do rpm -e pkg1 pkg2 I propose an option or default of having puppet remove packages at the same time: rpm -e pkg1 pkg2 instead of the current: rpm -e pkg1 rpm -e pkg2 -- 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://projects.puppetlabs.com/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.
