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
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