----- "Eric Snow" <es...@verio.net> 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 puppet-us...@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.