Issue #16792 has been reported by Michael Scherer. ---------------------------------------- Feature #16792: permit to remove more than 1 package using urpmi provider https://projects.puppetlabs.com/issues/16792
Author: Michael Scherer Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: Using the current code of puppet with urpmi provider, we cannot remove a package unless he has no dependency. For exemple, if I want to make sure that apache is removed, i must remove first all possibles modules. With the apt provider, everything work fine, ie removing apache remove everything. However, it seems the yum provider use "purge" in order to acheive the same result, so I do not know if I should follow yum provider or apt provider. ( ie, use purge, or uninstall ). In doubt, i followed apt since this seems more natural, here is a quick simple patch. -- 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.
