forked from CygnusNetworks/cygnus-puppet-disk-facter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
52 lines (52 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
{
"name": "cygnus-disk_facter",
"version": "0.3.0",
"author": "Cygnus Networks GmbH",
"summary": "Additional facts about disks/block devices.",
"license": "GPL-3.0+",
"source": "https://github.com/CygnusNetworks/cygnus-puppet-disk-facter.git",
"project_page": "https://github.com/CygnusNetworks/cygnus-puppet-disk-facter",
"issues_url": "https://github.com/CygnusNetworks/cygnus-puppet-disk-facter/issues",
"tags": [ "storage", "raid", "adaptec", "3ware", "lsi", "megaraid", "mdadm", "md", "facts", "facter", "centos", "debian", "redhat", "rhel"],
"dependencies": [],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6", "7" ]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "5", "6", "7" ]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [ "5", "6", "7" ]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [ "10 SP4", "11 SP1", "12" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "10.04", "12.04", "14.04" ]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": ">=2.7.20 <4.0.0"
}
]
}