forked from praekeltfoundation/puppet-traefik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
44 lines (44 loc) · 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "praekeltfoundation-traefik",
"version": "0.3.2-dev",
"author": "Jamie Hewland",
"summary": "Module to manage the Traefik reverse proxy",
"license": "MIT",
"source": "http://github.com/praekeltfoundation/puppet-traefik",
"project_page": "https://github.com/praekeltfoundation/puppet-traefik",
"issues_url": "https://github.com/praekeltfoundation/puppet-traefik/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.6.0"
},
{
"name": "puppet-archive",
"version_requirement": ">= 0.5.0"
},
{
"name": "puppetlabs-concat",
"version_requirement": ">= 1.1.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.4.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04"
]
}
]
}