On Wednesday, December 4, 2013 1:29:25 PM UTC-8, Alexander Gray II wrote: > > same here. if anyone has an update, please post here. Thanks. >>> >> It looks like Amazon recently started providing ruby 1.9 vs 1.8 and puppet is expecting 1.8. I have installed puppet 3.3.2 via the puppetlabs yum repository:
# rpm -q puppet puppet-3.3.2-1.el6.noarch # rpm -ql puppet | egrep -i command /usr/lib/ruby/site_ruby/1.8/puppet/provider/command.rb /usr/lib/ruby/site_ruby/1.8/puppet/type/nagios_command.rb /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line/puppet_option_parser.rb /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line/trollop.rb I am working around this temorarily by editing /usr/bin/puppet and changing the first line to: #!/usr/bin/ruby1.8 ...of course, this requires that you have ruby-1.8 installed. -- 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/10f3160f-aeab-47e7-86d9-3f9d069ea28c%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
