Issue #1372 has been updated by digant.

Some thoughts on this...

I think it shouldn't be an exception.  I know eventually, this is probably 
solved by an external node tool, but as it stands now, we often have classes 
that have the same name as nodes and I'd really hate to rename classes/modules 
to something else just to avoid that name collision.  Isn't there any other way 
to handle this such that a node is a node and can be the same name as a class?  
I know the direction that was discussed was to eventuall treat nodes as classes 
(or perhaps that's what's happening now), but this is somewhat limiting.
----------------------------------------
Bug #1372: Class names that match the node name are not evaluated
http://reductivelabs.com/redmine/issues/show/1372

Author: digant
Status: Accepted
Priority: Normal
Assigned to: luke
Category: language
Target version: 
Keywords: 
Complexity: Unknown
Patch: None
Affected version: 0.24.4


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
-~----------~----~----~----~------~----~------~--~---

Reply via email to