Issue #1372 has been updated by luke.
The problem here is that I've got a single @class_scope hash for the entire compile, and it stores both node and class scopes, with no typing (i.e., the node and class scopes aren't separated in any way). This looks pretty unnecessary, so it should be straightforward to just add a node_scope hash to go with the class_scope hash. ---------------------------------------- Bug #1372: Class names that match the node name are not evaluated http://projects.reductivelabs.com/issues/show/1372 Author: digant Status: Accepted Priority: Normal Assigned to: luke Category: language Target version: 0.24.6 Complexity: Unknown Patch: None Affected version: 0.24.4 Keywords: If I setup: class subversion { warning("I am class subversion") } and in my nodes.pp I have node subversion { include subversion } When i run puppet in verbose mode on subversion, I never see that warning. ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
