forked from puppetlabs/puppetlabs-lvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
42 lines (42 loc) · 972 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
42
{
"name": "puppetlabs-lvm",
"version": "0.4.0",
"author": "Puppet Labs",
"summary": "Provides Puppet types and providers to manage Logical Resource Management (LVM) features.",
"license": "GPLv2",
"source": "https://github.com/puppetlabs/puppetlabs-lvm",
"project_page": "https://github.com/puppetlabs/puppetlabs-lvm",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES/component/11456/",
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "OracleLinux"
},
{
"operatingsystem": "Scientific"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "Ubuntu"
},
{
"operatingsystem": "AIX"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">=4.1.0"}
]
}