forked from claranet/puppet-varnish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
47 lines (47 loc) · 1.59 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
45
46
47
{
"name" : "claranet-varnish",
"version" : "4.1.2",
"source" : "https://github.com/claranet/puppet-varnish",
"author" : "Claranet",
"license" : "Apache-2.0",
"summary" : "Install and configure Varnish Cache",
"description" : "Install and configure Varnish Cache",
"project_page" : "https://github.com/claranet/puppet-varnish",
"issues_url" : "https://github.com/claranet/puppet-varnish/issues",
"tags" : [ "varnish", "cache", "http" ],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "16.04" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "7", "8" ]
}
],
"requirements": [
{ "name": "puppet", "version_requirement": ">= 3.8.7" }
],
"dependencies": [
{ "name": "stahnma/epel", "version_requirement": ">= 1.2.0 < 2.0.0" },
{ "name": "puppet/selinux", "version_requirement": ">= 0.8.0 < 1.0.0" },
{ "name": "puppetlabs/apt", "version_requirement": ">= 2.0.0 < 3.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=1.0.0 < 5.0.0" }
]
}