Issue #5207 has been reported by Jordan Sissel.
----------------------------------------
Bug #5207: 'gem' package provider ensure doesn't seem to behave properly
https://projects.puppetlabs.com/issues/5207
Author: Jordan Sissel
Status: Unreviewed
Priority: Normal
Assignee:
Category:
Target version:
Affected Puppet version: 2.6.2
Keywords: gem package provider
Branch:
I was trying to install a newer version of a gem, but it seems to not work in
puppet 2.6.2. Puppet says it ensured the new version, but it doesn't seem to
actually do it.
Here's an example:
<pre>
ops(~) % cat test.pp
package {
"sshkeyauth":
ensure => "0.0.7",
provider => "gem";
}
ops(~) % sudo puppet apply test.pp
notice: /Stage[main]//Package[sshkeyauth]/ensure: ensure changed '0.0.6' to
'0.0.7'
ops(~) % gem list sshkeyauth
*** LOCAL GEMS ***
sshkeyauth (0.0.6)
</pre>
--
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.