File: puppet-fd.schema

package info (click to toggle)
fusiondirectory 1.0.19-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 32,060 kB
  • sloc: php: 47,469; pascal: 2,993; perl: 2,431; xml: 1,822; sh: 136; makefile: 19
file content (13 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
##
## puppet-fd.schema - Needed by Fusion Directory for managing puppet server and nodes
##

attributetype ( 1.3.6.1.4.1.38414.7.1.1 NAME 'puppetAvailableEnvironment'
	DESC 'Fusiondirectory - Puppet environments that should be proposed on nodes'
	EQUALITY caseIgnoreIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )

# Puppet Server
objectclass ( 1.3.6.1.4.1.38414.7.2.1 NAME 'puppetServer' SUP top AUXILIARY
  DESC 'Fusiondirectory - Puppet server'
  MUST ( puppetAvailableEnvironment ) )