On Sep 26, 2:02 pm, Rob McBroom <[email protected]> wrote:
> I don’t know how it will behave in practice, but in the LDAP schema,
> parentNode is defined as multi-value. So you should be able to define an
> additional parent node named after the environment.
Hmm, my puppet.schema contains this for the parentNode definition:
attributetype ( 1.3.6.1.4.1.34380.1.1.3.9 NAME 'parentNode'
DESC 'Puppet Parent Node'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
I think I remember seeing a bug related to this for old versions of
puppet - like 0.24, i'm running 2.6.2 on Debian squeeze so the schema
has long had SINGLE-VALUE specified for parentNode, actually I found
the bug (now closed)
http://www.mail-archive.com/[email protected]/msg03745.html
It would be ideal but from the above post it looks like it won't work
even if I reversed the schema change... thanks for replying though!
--
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.