[Puppet Users] Re: Making a variable visible in parent class (scoping)

2009-01-22 Thread Luke Kanies
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 opportu

[Puppet Users] Re: Making a variable visible in parent class (scoping)

2009-01-21 Thread Scott
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? Scott On Jan 19, 9:44 pm, Luke Kanies wrote: > On Jan 17, 2009, at 12:31 AM, Scott wrote: > > > > > > > So I need a variabl

[Puppet Users] Re: Making a variable visible in parent class (scoping)

2009-01-19 Thread Luke Kanies
On Jan 17, 2009, at 12:31 AM, Scott wrote: > > So I need a variable in a child class to be visible to the parent > class and I'm wondering how I can do that? The docs say "You will > almost always find that you can avoid resetting variable values using > the built in conditionals:" but I guess th