[Puppet Users] puppet 3.3.2 with ruby 2.1.0

2013-12-27 Thread Stuart Cracraft
Has anyone else seen this? ruby is 2.1.0 and puppet is 3.3.2. # /etc/init.d/puppetmaster start Starting puppetmaster: /usr/local/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- puppet/util/command_line (LoadError) from

Re: [Puppet Users] puppet 3.3.2 with ruby 2.1.0

2013-12-27 Thread Jeffrey Watts
Stuart, by doing a simple Google search I show from the release notes that Puppet 3.2 added Ruby 2.0 support, but I see no mention of the addition of Ruby 2.1 support. My guess is that it's not been added. Jeffrey. On Fri, Dec 27, 2013 at 3:42 PM, Stuart Cracraft smcracr...@gmail.comwrote:

Re: [Puppet Users] puppet 3.3.2 with ruby 2.1.0

2013-12-27 Thread Stuart Cracraft
Tried ruby 2.0.0 but same: # /etc/init.d/puppetmaster start Starting puppetmaster: /usr/local/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require': cannot load such file -- pupp\ et/util/command_line (LoadError) from

Re: [Puppet Users] puppet 3.3.2 with ruby 2.1.0

2013-12-27 Thread Matthaus Owens
Stuart, How have you installed puppet? Have you installed it for each ruby you're trying out? On Fri, Dec 27, 2013 at 2:59 PM, Stuart Cracraft smcracr...@gmail.com wrote: Tried ruby 2.0.0 but same: # /etc/init.d/puppetmaster start Starting puppetmaster:

Re: [Puppet Users] puppet 3.3.2 with ruby 2.1.0

2013-12-27 Thread Stuart Cracraft
Normal - via PL repo yum install. I haven't reinstalled Puppet master and Puppet client for each Ruby upgrade/downgrade. On Friday, December 27, 2013 3:03:04 PM UTC-8, Matthaus Litteken wrote: Stuart, How have you installed puppet? Have you installed it for each ruby you're trying out?

Re: [Puppet Users] puppet 3.3.2 with ruby 2.1.0

2013-12-27 Thread Matthaus Owens
Stuart, The rpms will install puppet into the load path of the system ruby for your platform. If you've installed a different ruby, then that new ruby won't be able to load libraries from your system ruby load path. For custom ruby use, the 3 main options are install from source, install from a

Re: [Puppet Users] puppet 3.3.2 with ruby 2.1.0

2013-12-27 Thread Stuart Cracraft
Cool. On Dec 27, 2013, at 3:34 PM, Matthaus Owens matth...@puppetlabs.com wrote: Stuart, The rpms will install puppet into the load path of the system ruby for your platform. If you've installed a different ruby, then that new ruby won't be able to load libraries from your system ruby