Issue #790 has been updated by jamtur01. Target version deleted (unplanned)
---------------------------------------- Feature #790: Resource aliases do not work in the parser http://reductivelabs.com/redmine/issues/show/790 Author: ctrlaltdel Status: Closed Priority: Low Assigned to: luke Category: language Target version: Keywords: Complexity: Unknown Patch: None Affected version: This code raises an error when run by puppet. err: Could not find object(s) File[test-module] <pre> class module::base { file {"/tmp/test-module": alias => test-module, content => "module::base", } } class module::specific inherits module::base { File[test-module] { content => "module::base2", } } include module::specific </pre> It looks like a difference between the scope of resource *aliases* and the scope of resource *names*. ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
