Issue #5215 has been updated by Adam Heinz.
This bug is not specific to mongrel.
[root@amh ~]# cat /etc/fedora-release
Fedora release 14 (Laughlin)
[root@amh ~]# puppet --version
0.25.5
[root@amh ~]# gem --version
1.3.7
package {[ libxml-ruby, mysql ]: ensure => latest, provider => gem, }
notice: //amh/Package[libxml-ruby]/ensure: ensure changed '2.1.2' to '2.1.2
ruby x86-mingw32'
notice: //amh/Package[mysql]/ensure: ensure changed '2.8.1' to '2.8.1 ruby
x86-mingw32 x86-mswin32'
J. Pablo Fernández wrote:
> it seems that the fact that mongrel comes in several different versions
> confuses Puppet
It seems that any package that comes in several different versions confuses
Puppet.
----------------------------------------
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: 2.6.1
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.