-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
58 lines (58 loc) · 1.48 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "mark0n-epics",
"version": "2.3.0",
"author": "mark0n",
"summary": "Manage the base components of the Experimental Physics and Industrial Control System (EPICS)",
"license": "Apache-2.0",
"source": "https://github.com/mark0n/mark0n-epics.git",
"project_page": "https://github.com/mark0n/mark0n-epics",
"issues_url": "https://github.com/mark0n/mark0n-epics/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">=4.25.0 < 7.0.0"
},
{
"name": "puppet-logrotate",
"version_requirement": ">= 3.0.0 < 6.0.0"
},
{
"name": "jgoettsch-telnet",
"version_requirement": ">= 0.1.0 < 1.0.0"
},
{
"name": "camptocamp-systemd",
"version_requirement": ">= 2.0.0 < 3.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8",
"9",
"10"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04",
"18.04",
"18.10",
"19.04",
"19.10"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.5.0 < 7.0.0"
}
],
"description": "Install EPICS Base, manage EPICS IOCs and Channel Access repeaters. This module can automatically build IOCs and run them as a daemon.",
"pdk-version": "1.18.1",
"template-url": "pdk-default#1.18.1",
"template-ref": "tags/1.18.1-0-g3d2e75c"
}