Issue #1612 has been updated by immerda.

Status changed from Unreviewed to Needs design decision

> Parent classes must have dissimilar names at line 7 on node henson1

if you call the class cat::tom it works. And actually this is what the naming 
scheme for inheritance should be: subclass naming +after+ the parent name.

I suggest to reject this feature request, as I don't see really a need for 
that. Or could you point out your opinion why this should be possible?
----------------------------------------
Feature #1612: Parent classes should not need dissimilar names
http://projects.reductivelabs.com/issues/show/1612

Author: digant
Status: Needs design decision
Priority: Normal
Assigned to: 
Category: 
Target version: 
Complexity: Unknown
Affected version: 0.24.4
Keywords: 


<pre>
class cat {
        exec { "/bin/echo I'm a cat": }
}

class tom::cat inherits cat {
        exec { "/bin/echo I'm a tomcat": }
}
include tom::cat  
</pre>
Parent classes must have dissimilar names at line 7 on node henson1





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