On Sat, Jun 26, 2010 at 4:25 PM, Peter Meier <peter.me...@immerda.ch> 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 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.

Reply via email to