This repository was archived by the owner on Dec 31, 2024. It is now read-only.
forked from jhoblitt/puppet-port389
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
26 lines (26 loc) · 1.41 KB
/
metadata.json
File metadata and controls
26 lines (26 loc) · 1.41 KB
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
{
"name": "jhoblitt-port389",
"version": "0.1.0",
"author": "Joshua Hoblitt <jhoblitt@cpan.org>",
"summary": "Manages the port 389 Directory Server",
"license": "Apache-2.0",
"source": "https://github.com/jhoblitt/puppet-port389.git",
"project_page": "https://github.com/jhoblitt/puppet-port389",
"issues_url": "https://github.com/jhoblitt/puppet-port389/issues",
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", "6", "7" ] },
{ "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "5", "6", "7" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", "6", "7" ] },
{ "operatingsystem": "SLES", "operatingsystemrelease": [ "10 SP4", "11 SP1", "12" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "10.04", "12.04", "14.04" ] }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" },
{ "name": "jhoblitt/nsstools", "version_requirement": ">= 1.0.2 < 2.0.0" },
{ "name": "saz/limits", "version_requirement": ">= 2.0.2 < 3.0.0" },
{ "name": "domcleal/augeasproviders", "version_requirement": ">= 1.0.2 < 2.0.0" },
{ "name": "camptocamp/openldap", "version_requirement": ">= 0.1.0 < 1.0.0" }
]
}