Hey guys, We have ruby 2.0.0 installed on a CentOS box.
I installed puppet via "yum install puppet": [root@ip-10-165-39-216 ec2-user]# yum list installed | grep puppet puppet.noarch 3.5.1-1.el6 @puppetlabs-products But I get this error if I try to run puppet: [ec2-user@ip-10-165-39-216 ~]$ puppet --version /usr/share/ruby/vendor_ruby/2.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- puppet/util/command_line (LoadError) from /usr/share/ruby/vendor_ruby/2.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /usr/bin/puppet:3:in `<main>' So for giggles, I did a "gem install puppet": And puppet works: [root@ip-10-165-39-216 ec2-user]# puppet --version 3.5.1 Why does "gem install puppet" work, but not "yum install puppet"? Thanks! -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/25d94a4e-4f6c-4a0d-9ea2-d868c6f1466f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
