Issue #10450 has been reported by Matthew Leather. ---------------------------------------- Bug #10450: Puppet::Util::ReferenceSerializer.unserialize_value() incorrectly tries to YAML decode a value containing '--- ' at the start of _any_ line https://projects.puppetlabs.com/issues/10450
Author: Matthew Leather Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: 2.6.2 Keywords: Branch: I think YAML applies only when the first line is '--- ' so the re should use \A instead of ^ I see it in 2.6.2 but I got a clone of git://github.com/puppetlabs/puppet today and reference_serializer.rb still has the problem. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
