+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]> 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]. > 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] -- 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/CANs%2BFoX%2B-v8_MZ_6UfemdKWyNLRR2-KGc8dC-jCivt4arQd3WA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
