Issue #4953 has been updated by Daniel Grafe.
Nigel Kersten wrote: > What causes the list of valid patterns to change? Is it likely to happen > during a Puppet run? These patterns are created by suse and are provided with the dist release. So they will probably never change for this particular release. ---------------------------------------- Feature #4953: Zypper Provider should support Patterns https://projects.puppetlabs.com/issues/4953 Author: Daniel Grafe Status: Needs more information Priority: Normal Assignee: Nigel Kersten Category: package Target version: Affected version: 2.6.0 Keywords: Branch: SUSE defines software package lists called patterns. These patterns are combining related packages to useful software collections. For instance, the pattern "Basis-Devel" would give you the autotools, gcc, kernel sources etc... Zypper can be used to install all packages from these lists by installing the pattern when setting the type explicitely to pattern. For example: zypper install -t pattern Basis-Devel When using the zypper provider in puppet it would be nice to be able to install these patterns. Please find attached our quick modification of the provider. It will detect if the given name identifies a pattern or a package and will call zypper with the appropriate flags. -- 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.
