Issue #2825 has been updated by James Turnbull. Status changed from Unreviewed to Needs design decision Assigned to set to Luke Kanies
---------------------------------------- Feature #2825: plusignment should be able to add values to a resource several times http://projects.reductivelabs.com/issues/2825 Author: Lluis Gili Status: Needs design decision Priority: Normal Assigned to: Luke Kanies Category: language Target version: Affected version: 0.25.1 Keywords: plusignment Branch: ( See Issue #2790 ) Having this class: <pre> class ssh_node { @@sshkey { $fqdn: type => rsa, key => $sshrsakey } } </pre> plusignment should be able to add tags to the sshkey resource from several classes: <pre> class backups_server inherits ssh_node { Sshkey[$fqdn] { tag +> "backups" } } class ssh_server inherits ssh_node { Sshkey[$fqdn] { tag +> "sshserver" } } node "test" { include backups_server include ssh_server } </pre> resulting an sshkey object for the test node with both "backups" and "sshserver" tags -- 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=.
