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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to