Issue #6944 has been updated by Daniel Pittman. Description updated Status changed from Unreviewed to Closed
We have changed this a bunch, so I am going to optimistically assume that the current implementation is correct and go on from there. ---------------------------------------- Bug #6944: generate_additional_resources in transaction drops recursed values https://projects.puppetlabs.com/issues/6944 Author: Markus Roberts Status: Closed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: The method Transaction#generate_additional_resources calls itself recursively but doesn't retain the results. This indicates that either: 1. The return value is never needed 2. The recursion is never used (as with File's eval_generate, which does its own recursion 3. It's needed, used, and doesn't work Which case is "true" is beyond the scope of the ticket on which we were working when we discovered this (#6911), but it should be investigated at some point. -- 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.
