-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
36 lines (36 loc) · 852 Bytes
/
metadata.json
File metadata and controls
36 lines (36 loc) · 852 Bytes
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
{
"name": "puppet-dcache",
"version": "8.1.0",
"author": "Xavier Mol",
"summary": "Manage dCache application",
"license": "GNU GPLv3",
"source": "https://github.com/XMol/puppet-dcache",
"project_page": "https://github.com/XMol/puppet-dcache",
"issues_url": "https://github.com/XMol/puppet-dcache/issues",
"dependencies": [
{
"name": "puppetlabs/concat",
"version_requirement": ">= 7.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["7", "8", "9"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["7", "8", "9"]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": ["7"]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0"
}
]
}