On Sat, Jun 26, 2010 at 4:25 PM, Peter Meier <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>> I tell ya... variable scoping in puppet it's biggest downfall and pain
>> point imho.
>
> I disagree.
And I disagree with you.
Not being able to do this is _REALLY_ annoying...
class facility::sanJose inherits facility::base {
$ldap_server = "ldap.sjc.xxx.com"
}
class ldap::client {
< do something with $ldap_server >
}
node 'node1.sjc.xxx.com' {
include facility::sanJose
include ldap::client
}
Doug.
--
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.