HomePhorge

(PUP-1019) Remove ZAML
7b0eed2b52baUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-1019) Remove ZAML

Before this commit we were using ZAML by monkey patching the to_yaml
function to use ZAML.dump instead of YAML.dump. After removing zaml.rb
tests started failing because of the way that ZAML serialized YAML so
assertions in those tests were changed.

This commit also adds in a patch to YAML.Psych to handle the cases where
ruby objects were being encoded improperly.

This commit removes the use of ZAML in puppet as part of the Puppet 4.x
code removal efforts.

Details

Event Timeline

Britt Gresham <britt@puppetlabs.com> committed rPU7b0eed2b52ba: (PUP-1019) Remove ZAML (authored by Britt Gresham <britt@puppetlabs.com>).Nov 19 2014, 7:32 PM