Issue #9754 has been updated by Ken Barber. Status changed from Unreviewed to Rejected
Actually never mind - after discussion with client there was an old version of zypper.rb resident removal fixed the bug. ---------------------------------------- Bug #9754: package zypper provider for sles doesn't handle ensuring minor revisions https://projects.puppetlabs.com/issues/9754 Author: Ken Barber Status: Rejected Priority: Normal Assignee: Category: provider Target version: Affected Puppet version: 2.7.3 Keywords: zypper, provider Branch: Currently when you try to use the ensure syntax for the zypper provider in the package resource, it doesn't allow you to define the most minor revision. For example: package { "wget": ensure => "1.1.1", provider => "zypper", } This will be fine ... but when you try to define the minor package revision: package { "wget": ensure => "1.1.1-1", provider => "zypper", } It has problem matching it correctly: notice: /Stage[main]/Package[wget]/ensure: ensure changed '1.1.1' to '1.1.1-1' And you keep getting the notice each time. I can't seem to replicate this with the rpm or yum provider - so it seems specific to zypper.rb. -- 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.
