summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/zaml.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix for #2604 Pure Ruby yaml generationMarkus Roberts2010-02-171-0/+318
This patch brings in a pure ruby yaml generation library, analagous to what we did with JSON/PSON, but without the renaming dodge we had to do in that case to avoid fighting with Rails. Signed-off-by: Markus Roberts <Markus@reality.com>