Issue #1090 has been updated by Steve Traylen.

Assignee deleted (Puppet Community)


This one still seems be present for me:

if the rubygem rpm package is not installed to start with.

info: Caching catalog for poppet02.cern.ch
err: Could not prefetch package provider 'gem': Could not list gems: Execution 
of ' list --local' returned 1: 
info: Applying configuration version '1316715941'
notice: /Stage[main]/Rump::Install/Package[rubygems]/ensure: created
notice: /Stage[main]/Rump::Install/Package[rump]/ensure: created
notice: Finished catalog run in 24.29 seconds

puppet-2.6.6-1

on the second run all is well of course.

Steve.
----------------------------------------
Bug #1090: Puppet fails to install gems even if rubygems package resource is 
defined.
https://projects.puppetlabs.com/issues/1090

Author: Paul Lathrop
Status: Closed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 0.25.4
Keywords: 
Branch: 


<pre>
package { 'rubygems': ensure => installed }

  # Ruby gems we want installed
  package { 'trollop':
    provider => 'gem',
    ensure => installed,
    require => Package[[rubygems]]
  }
</pre>

fails with:

<pre>
err: Could not create trollop: Parameter provider failed: Provider 'gem' is not 
functional on this platform
</pre>


-- 
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.

Reply via email to