Issue #111 has been updated by jamtur01. Target version deleted (unplanned)
---------------------------------------- Feature #111: A 'resource reference' transportable object needs to be created http://reductivelabs.com/redmine/issues/show/111 Author: luke Status: Closed Priority: Normal Assigned to: luke Category: Target version: Keywords: Complexity: Hard Patch: None Affected version: This has been a thorn in my side ever since I created the dependency system. The parser creates an array from a resource reference, with the type and value as the members of the array. E.g., "user[luke]" becomes '[[user" "luke]]', and the dependency system needs to know how to look those up. Instad, there should be a new Transportable type created with those two fields as attributes. Then there should be a library type that the transportable type converts to. This is the only way to both encapsulate the needed functionality and to keep the language and library decoupled. ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
