summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-03-06 14:43:41 -0600
committerLuke Kanies <luke@madstop.com>2008-03-06 14:43:41 -0600
commit2261032801a39affa1a4c5e998fc2c4dd145503f (patch)
tree0911741b17d17826fc7077ea3d57c98e3f2655cf /ext
parent27268ad760435c654ddadb30651437c0dd6953e0 (diff)
downloadpuppet-2261032801a39affa1a4c5e998fc2c4dd145503f.tar.gz
puppet-2261032801a39affa1a4c5e998fc2c4dd145503f.tar.xz
puppet-2261032801a39affa1a4c5e998fc2c4dd145503f.zip
Partially fixing #1113: LDAP nodes now support environments,
and the schema has been updated accordingly.
Diffstat (limited to 'ext')
-rw-r--r--ext/ldap/puppet.schema7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/ldap/puppet.schema b/ext/ldap/puppet.schema
index b7c715ec2..bbad23eab 100644
--- a/ext/ldap/puppet.schema
+++ b/ext/ldap/puppet.schema
@@ -12,6 +12,11 @@ attributetype ( 1.1.3.9 NAME 'parentnode'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
+attributetype ( 1.1.3.9 NAME 'environment'
+ DESC 'Puppet Node Environment'
+ EQUALITY caseIgnoreIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
+
objectclass ( 1.1.1.2 NAME 'puppetClient' SUP top AUXILIARY
DESC 'Puppet Client objectclass'
- MAY ( puppetclass $ parentnode ))
+ MAY ( puppetclass $ parentnode $ environment ))