Yes, https://tickets.puppetlabs.com/browse/PUP-4131
On Monday, March 9, 2015 at 1:47:53 PM UTC+1, Trevor Vaughan wrote: > > +1 for this. Is there a bug to go vote for? > > Thanks, > > Trevor > > On Mon, Mar 9, 2015 at 8:44 AM, Raphaël Pinson <[email protected] > <javascript:>> wrote: > >> Hello, >> >> >> I've recently tried to use the following syntax for a gem resource: >> >> >> >> package { 'hiera-eyaml-gpg': >> ensure => '>= 0.5.pre1' >> provider => 'gem', >> } >> >> >> >> It *does* work, but is not idempotent, since it cannot compare ">= >> 0.5.pre1" with the installed version "0.5.pre1". >> >> The following code fixes it: >> https://github.com/puppetlabs/puppet/pull/3694 >> >> Since this is mainly a bugfix of a half-supported feature, do you think >> this could be released in Puppet 4? >> >> >> >> Cheers, >> >> Raphaël >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/puppet-dev/64868c96-d561-481d-9bb5-05c01a52f847%40googlegroups.com >> >> <https://groups.google.com/d/msgid/puppet-dev/64868c96-d561-481d-9bb5-05c01a52f847%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Trevor Vaughan > Vice President, Onyx Point, Inc > (410) 541-6699 > [email protected] <javascript:> > > -- This account not approved for unencrypted proprietary information -- > -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/826b7156-7348-4661-ad2a-b455f3171090%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
