Issue #2218 has been reported by Brice Figureau. ---------------------------------------- Bug #2218: Ruby YAML bug prevents catalog to be properly reloaded by puppetd http://projects.reductivelabs.com/issues/2218
Author: Brice Figureau Status: Unreviewed Priority: Normal Assigned to: Brice Figureau Category: plumbing Target version: 0.25.0 Complexity: Trivial Affected version: 0.25.0 Keywords: The ruby bug: http://redmine.ruby-lang.org/issues/show/1331 and http://rubyforge.org/tracker/?group_id=426&atid=1698&func=detail&aid=8886 This ruby bug dumps incorrect YAML when it needs to write ruby objects as hash keys: <pre> vertices: *id002: !ruby/object:Puppet::SimpleGraph::VertexWrapper adjacencies: :out: {} :in: *id003: !ruby/object:Set hash: &id004 !ruby/object:Puppet::Relationship ? ------------------^ not good, it should have been: ? &id004 !ruby/object:Puppet::Relationship </pre> Patch pending, which rewrites the incorrect YAML to the correct format. -- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
