Issue #19481 has been updated by Charlie Sharpsteen. Keywords set to customer
---------------------------------------- Feature #19481: zypper provider should support -n/--name command line switch for "Select packages by name" https://projects.puppetlabs.com/issues/19481#change-88168 * Author: David Gwilliam * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: * Keywords: customer * Branch: ---------------------------------------- Customer is running into an issue with installing package "mysql" with Zypper: <pre> pupp03:~ # zypper install mysql Loading repository data... Reading installed packages... Resolving package dependencies... The following NEW package is going to be installed: MySQL-Cluster-server-gpl </pre> and must use the --name switch to specify the correct package <pre> pupp03:~ # zypper install -n mysql Loading repository data... Reading installed packages... Resolving package dependencies... The following NEW packages are going to be installed: libmysqlclient15 mysql mysql-client </pre> At this time, the --name switch appears to be unsupported by the Zypper provider -- 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.
