Hi,
I'm using Puppet on Ubuntu (lucid and precise) with packages from
apt.puppetlabs.com
I was wondering if it's possible and how to run puppet with a different
ruby version from the one shipped with my distro
My /usr/bin/puppet on precise contains
#!/usr/bin/ruby1.8
require 'puppet/util/command_line'
Puppet::Util::CommandLine.new.execute
so the ruby environment is fixed at the origin
Anyone uses ruby 1.9.3 (for example 1.9.3-p327, I know p0 is broken for
puppet), maybe through rbenv or rvm?
Thank you
--
Andrea Cappelli