[Puppet Users] Re: Ruby issue for installing "google-api-client" gem

2016-10-05 Thread Jeremy Barlow
Puppet Server is currently using JRuby from its 1.7.x release line, fixed to emulate MRI Ruby version 1.9. Eventually, we hope to be able to have Puppet Server use the JRuby 9000 line, which intends to be compatible with MRI Ruby 2.x. SERVER-1586

Re: [Puppet Users] Re: ruby issue

2013-05-31 Thread Matthaus Owens
I don't have a rhel box handy to enable that repo on, but here's the top google hit. https://access.redhat.com/site/documentation/en-US/Red_Hat_Subscription_Management/1.0/html/Subscription_Management_Guide/entitlements-and-yum.html On Fri, May 31, 2013 at 11:57 AM, Stuart Cracraft wrote: > Can

Re: [Puppet Users] Re: ruby issue

2013-05-31 Thread Stuart Cracraft
Can you copy/paste the repo entry which works for you in reply? On May 31, 2013, at 11:50 AM, Matthaus Owens wrote: > Stuart, > rubygems comes from the redhat optional repo, so you'll need to have > that repo enabled to get the rubygems package. > > On Fri, May 31, 2013 at 10:59 AM, Stuart Crac

Re: [Puppet Users] Re: ruby issue

2013-05-31 Thread Matthaus Owens
Stuart, rubygems comes from the redhat optional repo, so you'll need to have that repo enabled to get the rubygems package. On Fri, May 31, 2013 at 10:59 AM, Stuart Cracraft wrote: > Okay, things are better but I am getting this error for json and rubygems. > > > [root@ca-sna-pm01 augeas-1.0.0]#

[Puppet Users] Re: ruby issue

2013-05-31 Thread Stuart Cracraft
Okay, things are better but I am getting this error for json and rubygems. [root@ca-sna-pm01 augeas-1.0.0]# gem install json Building native extensions. This could take a while... Successfully installed json-1.8.0 1 gem installed Installing ri documentation for json-1.8.0... Installing RDo