On Jan 21, 2009, at 11:21 PM, Scott wrote: > Luke, thanks for the reply. So just to clarify, you can't even have a > child class append to an array declared in the parent class and have > it visible in the parent class?
It's a question of ordering - by the time the child class has an opportunity to extend an array, that array has already been used by an included class. So sure, you can extend the array, it just won't do any good. :/ -- A government big enough to give you everything you want is big enough to take from you everything you have. --Gerald R. Ford --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---