Issue #5175 has been updated by Dominic Cleal. Keywords set to yum redhat
The issue mentioned in #11995 is about being able to determine the current, whether the group's installed or not. This should be possible with "yum grouplist" which separates groups into "Installed Groups", "Installed Language Groups" and "Available Groups" but it needs some work in the yum provider as the rpm package list won't supply the data. ---------------------------------------- Bug #5175: yum provider + package groups giving unnecessary errors https://projects.puppetlabs.com/issues/5175 Author: Daniel Grafe Status: Accepted Priority: Normal Assignee: Category: package Target version: Affected Puppet version: Keywords: yum redhat Branch: We are using convenient package groups on rhel5.5. For instance, package group @base-x will automatically install X related packages. The yum provider is throwing "Could not find package" errors although the packages of this group have been successfully installed. The self.query check of the rpm parent class fails because rpm can not handle yum package groups. Please find attached our quick fix of the yum provider. Package groups are identified by checking for the preceding '@'. Yum will be used instead of the rpm tool when checking for the existence of the given package group. -- 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.
