forked from yankcrime/datacentred-ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
42 lines (42 loc) · 1009 Bytes
/
Copy pathmetadata.json
File metadata and controls
42 lines (42 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "datacentred-ldap",
"version": "0.3.0",
"author": "DataCentred Ltd",
"summary": "Module for managing OpenLDAP",
"license": "Apache-2.0",
"source": "git://github.com/datacentred/datacentred-ldap.git",
"project_page": "https://github.com/datacentred/datacentred-ldap",
"issues_url": "https://github.com/datacentred/datacentred-ldap/issues",
"description": "Install and manage OpenLDAP",
"tags": ["ldap", "slapd", "openldap"],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": "4.x" }
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "OpenBSD",
"operatingsystemrelease": [
"5.6"
]
}
]
}