Issue #2218 has been updated by James Turnbull. Status changed from Ready for Checkin to Closed
Pushed in commit:"a1c0ae0fe3c4bef6f21240c4d0a8da985cc7c8af" in branch master. ---------------------------------------- Bug #2218: Ruby YAML bug prevents catalog to be properly reloaded by puppetd http://projects.reductivelabs.com/issues/2218 Author: Brice Figureau Status: Closed Priority: Normal Assigned to: James Turnbull 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 -~----------~----~----~----~------~----~------~--~---
