what version does this occur on?

On Wed, Feb 3, 2010 at 11:52 AM, Gustavo Soares <gustavosoa...@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:
>
> [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)
>
> 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-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com<puppet-users%2bunsubscr...@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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to