Issue #18427 has been updated by Charlie Sharpsteen. Status changed from Unreviewed to Needs More Information Assignee set to Luke M
Cannot reproduce after updating CentOS 6.3 to rubygems 1.4.0: <pre> # gem install -v 1.4.0 rubygems-update Successfully installed rubygems-update-1.4.0 1 gem installed Installing ri documentation for rubygems-update-1.4.0... Installing RDoc documentation for rubygems-update-1.4.0... # ruby `gem env gemdir`/gems/rubygems-update-1.4.0/setup.rb RubyGems 1.4.0 installed File not found: README # gem --version 1.4.0 # gem list --remote --no-details facter *** REMOTE GEMS *** facter (1.6.18) </pre> It looks like you may be using custom-built gems---any chance the `ruby` tag is getting added into the gem version by your build process? ---------------------------------------- Bug #18427: gem package provider updates gems even if the gem is already at the latest revision https://projects.puppetlabs.com/issues/18427#change-89063 * Author: Luke M * Status: Needs More Information * Priority: Normal * Assignee: Luke M * Category: package * Target version: * Affected Puppet version: 2.7.20 * Keywords: * Branch: ---------------------------------------- Using: package{'facter': ensure => latest, provider => 'gem', source => "http://puppet:8808", } Produces: notice: /Stage[main]/Common_puppet::Hpux/Package[facter]/ensure: ensure changed '1.6.17' to '1.6.17 ruby' This happens on every puppet run. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
