-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmetadata.json
42 lines (42 loc) · 1.05 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
{
"name": "lmaxexchange-sfptpd",
"version": "5.1.0",
"author": "LMAX Exchange",
"summary": "manage sfptpd, Solar Flare's Precision Time Protocol daemon",
"license": "MIT",
"source": "https://github.com/LMAX-Exchange/puppet-sfptpd",
"project_page": "https://github.com/LMAX-Exchange/puppet-sfptpd",
"issues_url": "https://github.com/LMAX-Exchange/puppet-sfptpd/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.13.1 < 10.0.0"
},
{
"name": "puppetlabs-concat",
"version_requirement": ">= 7.0.0 < 10.0.0"
},
{
"name": "voxpupuli-logrotate",
"version_requirement": ">= 2.0.0 < 8.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8",
"9"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 <= 8.0.0"
}
],
"pdk-version": "2.7.1",
"template-url": "pdk-default#2.7.4",
"template-ref": "tags/2.7.4-0-g58edf57"
}