Issue #2198 has been updated by Mike Lococo.
RPM circular deps came up on the mailing list again, and will be resolved as a side-effect when this feature lands: http://groups.google.com/group/puppet-users/browse_thread/thread/610cba4ead88480a/ Please please please review and merge this patch unless it causes puppet to punch you in the nose on every run. * It has a patch submitted (and has had one for 2-years). * With 16 votes it's the fifth top-voted issue in the bug-tracker. * It's the oldest issue in the top-5. * If I read the history correctly, it's simply been awaiting patch review this whole time. No technical objection has been identified at this point, it may be ready for merge today if it gets the right pair of eyeballs on it. But I suppose it's more likely that it will need a third-cleanup because it's been bit-rotting so long. Please merge, between circular deps and the performance improvements of batched transactions, this is a much desired feature that consistently hits the mailing list every few months. ---------------------------------------- Feature #2198: Install multiple package within a single call to the package manager https://projects.puppetlabs.com/issues/2198 Author: Stéphan Gorget Status: In Topic Branch Pending Merge Priority: Normal Assignee: Stéphan Gorget Category: transactions Target version: 2.7.x Affected Puppet version: 0.25.0 Keywords: communitypatch Branch: http://github.com/phantez/puppet/commit/51ff88c950c172e6060ae63c1c71968e7898b462 During the configuration applying process the package manager is called for each package installation. It is possible to reduce the number of calls to the package manager by gathering package installation and delayed some package installation. Naturally, this modification should not break the dependency graph. -- 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.
