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
Are classes and variables the only things you can qualify? What about
defines? Thanks.
-eric
--
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.