Re: [Puppet Users] "yum install puppet" vs "gem install puppet" on CentOS with Ruby 2.0. Gem works, not yum.

2014-04-18 Thread Kenton Brede
Puppet from the repo uses ruby 1.8. Your ec2 instance is using ruby 2.0. If you want to change which ruby version you're using on your ec2 servers, you can run: alternatives --config ruby If ruby 1.8 isn't installed on your system, you'll need to install it before you run the "alternatives" com

[Puppet Users] "yum install puppet" vs "gem install puppet" on CentOS with Ruby 2.0. Gem works, not yum.

2014-04-18 Thread Alexander Gray II
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