I want to write the following structure: 

class CLASSA {
$ = "AAA" 
notify {$:} 
} 
class ClassB inherits CLASSA {
$ = "BBB" 
} 



Summoning of nodes 
class {ClassB:} 

expect to see a BBB notifah but Puppet hard shoves 
Note: AAA 
Note: / Stage [main] / Classa / Notify [AAA] / message: defined by 
'message' as 'AAA' 


What am I doing wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/0352a8c3-6d1f-4659-abf9-079e9e5f3657%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to