[chef] Re: Re: Re: decrypted data bag missing data, ruby 1.8.7 vs rvm 1.9.3


Chronological Thread 
  • From: Daniel DeLeo < >
  • To:
  • Subject: [chef] Re: Re: Re: decrypted data bag missing data, ruby 1.8.7 vs rvm 1.9.3
  • Date: Thu, 30 Aug 2012 14:48:57 -0700


On Thursday, August 30, 2012 at 2:42 PM, AJ Christensen wrote:

Dan,

Where do you chuck that? knife.rb (encryption) or client.rb
(decryption) or bolth?

--AJ
Put it everywhere you're using Ruby 1.9.3, which as of Chef 10.14 includes omnibus chef-client installs.


One thing we're trying to figure out to determine the best solution is if the YAML engine in Ruby 1.9.2 and below (syck) will correctly parse YAML from the Ruby 1.9.3 engine (psych).



-- 
Daniel DeLeo

Workaround is:
YAML::ENGINE.yamler = 'syck' if RUBY_VERSION > '1.9'

...until we figure out a fix that doesn't break people or just kick the can
down the road.

--
Daniel DeLeo




Archive powered by MHonArc 2.6.16.

§