Hi everyone!! 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: [puppet@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) shouldn''t puppet be aware that I have the package installed? Thanks in advance, Gus -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
what version does this occur on? On Wed, Feb 3, 2010 at 11:52 AM, Gustavo Soares <gustavosoares@gmail.com>wrote:> Hi everyone!! > > 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: > > [puppet@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) > > shouldn''t puppet be aware that I have the package installed? > > Thanks in advance, > Gus > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
I am using version 0.25.1, but I have also noticed that in the previous one. I have not tested with latest released, but according the change log, I am not sure if it will solve this issue. Gus, On Fri, Feb 5, 2010 at 2:16 PM, Dan Bode <dan@reductivelabs.com> wrote:> what version does this occur on? > > On Wed, Feb 3, 2010 at 11:52 AM, Gustavo Soares <gustavosoares@gmail.com>wrote: > >> Hi everyone!! >> >> 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: >> >> [puppet@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) >> >> shouldn''t puppet be aware that I have the package installed? >> >> Thanks in advance, >> Gus >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/group/puppet-users?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.