forked from finalsite/puppet-varnish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
38 lines (38 loc) · 874 Bytes
/
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
{
"name": "finalsite-varnish",
"version": "1.0.3",
"author": "Carl P. Corliss <carl.corliss@finalsite.com>",
"license": "MIT",
"summary": "Manages Varnish Service and Configuration",
"source": "https://github.com/finalsite/puppet-varnish.git",
"project_page": "https://github.com/finalsite/puppet-varnish",
"issues_url": "https://github.com/finalsite/puppet-varnish/issues",
"tags": [
"web",
"varnish"
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
}
],
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.7.0"
},
{
"name": "ripienaar/module_data",
"version_requirement": "0.0.3"
}
]
}