Hi,

I'm not familiar with the details of the CentOS packages from
puppetlabs. I assume that those explicitly use the ruby1.8 binary.

Try and take a look using "less `which puppet`". The first line
(shebang) holds the Ruby invocation.

If it's indeed ruby1.8, you might need to patch your Puppet
installation. You can also build your own RPMs that will behave just the
way you want.

As a crutch, you can probably just invoke Puppet through ruby1.9
(assuming there is such a binary on your system).

ruby1.9 `which puppet` <arguments ...>

HTH,
Felix

On 11/05/2014 02:41 PM, Luca Gioppo wrote:
> I started by installing puppet (puppet master + puppetdb etc) from RPM
> (yum.puppet....) on a CentOS 6.5.
> Since I want to test the "cloudstack_resource" module I saw that it
> needs fog and it needs ruby 1.9.3.
>
> So tried to install ruby 1.9.3 from repos (getting it from scl) and
> installed correctly (hope)
> Now the result of:
> ruby -v
> ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]
>
> But when I check puppet agent:
> puppet agent --noop --debug --verbose
> Runtime environment: run_mode=agent, puppet_version=3.7.2,
> ruby_version=1.8.7
>
> The Ruby version still is 1.8.7.
>
> How is possible to make puppet (installed from rpm) make use of the
> ruby 1.9.3 taken from the rpm?
>
> Using rpm is really straightforward and my preferred way to go if
> possible.
>
> Thanks
> Luca

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/5468B1EA.6050402%40Alumni.TU-Berlin.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to