File: puppet.schema

package info (click to toggle)
puppet 0.20.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,072 kB
  • ctags: 3,365
  • sloc: ruby: 47,009; sh: 496; lisp: 143; xml: 122; makefile: 67
file content (17 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# These OIDs are all fake.  No guarantees there won't be conflicts.
#
# $Id: puppet.schema 1260 2006-06-13 18:09:07Z luke $

attributetype ( 1.1.3.10 NAME 'puppetclass'
	DESC 'Puppet Node Class'
	EQUALITY caseIgnoreIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )

attributetype ( 1.1.3.9 NAME 'parentnode'
	DESC 'Puppet Parent Node'
	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 ))