Issue #5215 has been updated by James Turnbull. Category set to package Status changed from Unreviewed to Needs more information
What version of Rubygems and Puppet is this? What platform is this? ---------------------------------------- Bug #5215: Puppet gets confused when installing the gem mongrel https://projects.puppetlabs.com/issues/5215 Author: J. Pablo Fernández Status: Needs more information Priority: Normal Assignee: Category: package Target version: Affected Puppet version: Keywords: Branch: I basically have this puppet configuration: package { mongrel: provider => gem, ensure => latest, require => Package[rubygems], } for installing mongrel. Mongrel gets installed but it seems that the fact that mongrel comes in several different versions confuses Puppet and keeps on installing it: notice: /Stage[main]/Passenger/Package[mongrel]/ensure: ensure changed '1.1.5' to '1.1.5 ruby java x86-mingw32 x86-mswin32-60' I'm reporting this after [asking on Server Fault and getting a reply that it's probably a bug][1]. [1]: http://serverfault.com/questions/198021/puppet-keeps-trying-to-install-mongrel -- 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.
