Issue #7197 has been reported by Jesse Wolfe. ---------------------------------------- Refactor #7197: Prevent a resource from having two parents https://projects.puppetlabs.com/issues/7197
Author: Jesse Wolfe Status: Accepted Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: The "containment graph" is actually a tree - each node (each resource) should have exactly one direct parent (container). This is currently only enforced by convention, but it should be trivial to add a sanity check to the Catalog#add_edge to prevent anyone from adding a second parent to a resource. -- 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.
