chef-boneyard / chef-provisioning-aws

AWS driver and resources for Chef that uses the AWS SDK
Apache License 2.0
142 stars 121 forks source link

Updating to support Cheffish 5.0 #528

Closed tyler-ball closed 7 years ago

tyler-ball commented 7 years ago

MergedConfig now contains Mashes. If you call .to_h on a mash it returns the keys as strings. There is the .symbolize_keys method but it is obsfucated by the MergedConfig. So instead I introduced a method to handle recursively making the keys symbols.