forked from Puppet-Finland/puppet-hwraid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
41 lines (41 loc) · 1016 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": "puppetfinland-hwraid",
"version": "0.3.1",
"author": "Puppet-Finland team",
"summary": "Configure hardware RAID monitoring on Linux",
"license": "BSD-2-Clause",
"source": "https://github.com/Puppet-Finland/puppet-hwraid.git",
"project_page": "https://github.com/Puppet-Finland/puppet-hwraid",
"dependencies": [
{
"name": "puppetfinland/os",
"version_requirement": ">= 0.5.8"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.0.0"
},
{
"name": "camptocamp/systemd",
"version_requirement": ">= 2.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 6.0.0"
}
],
"pdk-version": "1.4.1",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.4.1-0-g52adbbb"
}