Some days I wonder why I even bother with puppet.
---
classes:
- datacentre::new_york
- role::appserver
- elements::tfel0
environment: production:
parameters:
< set key/value pairs here >
class ldap {
< do some stuff that behaves slightly differently between different
data centers >
}
class role::appserver {
include ldap
}
So, I wanted to set some variables in the datacentre::new_york class
and be able to use them in the ldap class that was included from the
role::appserver class. Obviously, this isn't an easy thing to do in
puppet. How can do I it? I didn't want to set those data center
variables in the external node because that's just plain stupid.
Every time I try and do something in puppet it bites me in the ass
because the variable scoping just doesn't make sense.
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.