-
Notifications
You must be signed in to change notification settings - Fork 25
/
metadata.json
41 lines (41 loc) · 945 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
39
40
41
{
"name": "camptocamp-varnish",
"version": "1.99.22",
"author": "Camptocamp",
"summary": "Puppet Varnish module",
"license": "Apache-2.0",
"source": "https://github.com/camptocamp/puppet-varnish",
"project_page": "https://github.com/camptocamp/puppet-varnish",
"issues_url": "https://github.com/camptocamp/puppet-varnish/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=3.2.0 <5.0.0"
},
{
"name": "herculesteam/augeasproviders_core",
"version_requirement": "2.x"
},
{
"name": "herculesteam/augeasproviders_shellvar",
"version_requirement": "2.x"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7",
"8"
]
}
]
}