Issue #7240 has been reported by Nigel Kersten. ---------------------------------------- Feature #7240: Split up collecting and realizing. https://projects.puppetlabs.com/issues/7240
Author: Nigel Kersten Status: Accepted Priority: High Assignee: Category: Target version: Telly Affected Puppet version: Keywords: Branch: Currently when you collect resources you also automatically realize them. We should divorce the two bits of functionality such that you can use collections to set up relationships without affecting realization, and allow the result of a collection to be the rvalue for a realize function. Without this it's difficult to express something like: `PackageRepository <| |> -> Package <| |>` where you want all resources of a given type to have a relationship with all resources of another type. -- 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.
