Issue #3230 has been updated by Rein Henrichs. Status changed from Unreviewed to Closed
Nodes already inherit parameters and classes from node groups that they belong to. Node groups likewise inherit parameters and classes from groups they belong to. For example, consider groups [group_1, group_2] and node node_1. Assigning group_2 to group_1 and group_1 to node_1 will create an inheritance chain: group_2 -> group_1 -> node_1. In this example, node_1 will inherit parameters (and classes) from group_1, which will inherit parameters from group_2. This is essentially a multiple-inheritance pattern. ---------------------------------------- Feature #3230: parameterization inheritence should be supported http://projects.reductivelabs.com/issues/3230 Author: Dan Bode Status: Closed Priority: Normal Assigned to: Category: Target version: Keywords: Branch: It should be possible to specify groups of parameters and define how different groups inherit values from other groups -- 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.
