forked from bkuebler/puppet-pureftpd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
32 lines (32 loc) · 1.1 KB
/
metadata.json
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
{
"name": "bkuebler-pureftpd",
"version": "0.1.0",
"author": "Benjamin Kübler <[email protected]>",
"license": "Apache-2.0",
"summary": "A module for manage pure-ftpd with all available plugins",
"source": "https://github.com/bkuebler/puppet-pureftpd.git",
"project_page": "https://github.com/bkuebler/puppet-pureftpd",
"issues_url": "https://github.com/bkuebler/puppet-pureftpd/issues",
"tags": ["pureftpd", "pure-ftpd", "pureftp-server", "pureftpd-ldap", "pureftpd-mysql", "pureftpd-pgsql"],
"operatingsystem_support": [
{
"operatingsystem":"Debian",
"operatingsystemrelease":["8"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"18.10"
]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 < 5.2.0" },
{ "name": "camptocamp/openssl", "version_requirement": ">= 1.8.0 < 1.11.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 1.1.1 < 5.3.0" }
],
"requirements": [
{ "name": "puppet", "version_requirement": ">= 4.0.0 < 66666.0.0" }
]
}