-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
44 lines (44 loc) · 1.12 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": "mark0n-epics_ioclogserver",
"version": "1.2.1",
"author": "Martin Konrad <[email protected]>",
"summary": "Manage EPICS IOC log servers",
"license": "MIT",
"source": "https://github.com/frib-high-level-controls/mark0n-epics_ioclogserver.git",
"project_page": "https://github.com/frib-high-level-controls/mark0n-epics_ioclogserver",
"issues_url": "https://github.com/frib-high-level-controls/mark0n-epics_ioclogserver/issues",
"dependencies": [
{
"name": "puppet-logrotate",
"version_requirement": ">= 3.3.0 < 5.0.0"
},
{
"name": "camptocamp-systemd",
"version_requirement": ">= 1.1.0 < 3.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"9",
"10"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"19.10"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
}
],
"pdk-version": "1.17.0",
"template-url": "pdk-default#1.17.0",
"template-ref": "tags/1.17.0-0-gd3a4319"
}