Issue #16792 has been updated by Adrien Thebo. Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version set to 3.3.0 Keywords set to mageia mandriva urpmi
Merged into master in 82496a9; this should be released in 3.3.0. ---------------------------------------- Feature #16792: permit to remove more than 1 package using urpmi provider https://projects.puppetlabs.com/issues/16792#change-91466 * Author: Michael Scherer * Status: Merged - Pending Release * Priority: Normal * Assignee: * Category: package * Target version: 3.3.0 * Affected Puppet version: * Keywords: mageia mandriva urpmi * Branch: https://github.com/puppetlabs/puppet/pull/1206 ---------------------------------------- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
