Issue #3351 has been reported by Gustavo Soares.

----------------------------------------
Bug #3351: managing a gem with two versions
http://projects.reductivelabs.com/issues/3351

Author: Gustavo Soares
Status: Unreviewed
Priority: Low
Assigned to: 
Category: 
Target version: 
Affected version: 0.25.1
Keywords: gem
Branch: 


I have noticed that if I am managing gem files with puppet ensuring a specific 
version and the system has the gem 2 versions of that gem installed, including 
the version that I am managing, puppet doesn't identify that I have that gem 
installed.

For example:

        package { fastthread:
                ensure => "1.0.5",
                provider => gem,
        }

and on the server I have:

[pup...@localhost init.d]$ gem list | grep fastthread
fastthread (1.0.7, 1.0.5)


puppet says: (I am running puppet with --noop flag)

Feb  3 17:50:32 riovld37 puppetd[15489]: 
(//gem::fastthread/Package[fastthread]/ensure) is 1.0.7, should be 1.0.5 (noop)



-- 
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://reductivelabs.com/redmine/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.

Reply via email to