Thanks for the response. I'm afraid I don't see the relationship between resolving the qualified variable and moving classes into their own manifests. Even if class_a were in its own manifest I would have the same problem.
I appreciate your help. I expect that I have misunderstood. Thanks. -eric On Nov 11, 4:40 pm, "R.I.Pienaar" <[email protected]> wrote: > ----- "Eric Snow" <[email protected]> wrote: > > > I know that you can qualify variable names from inside a class. How > > about qualifying a variable inside a nested class: > > > class module::class_a { > > class module::class_a::class_b { > > $variable = "test" > > } > > } > > notice $module::class_a::class_b::variable > > you've created $module::module::class..... > > you really should just put classes each in their own files it makes > it all more obvious. > > same applies to defines -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
