-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.json
29 lines (29 loc) · 890 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
{
"name": "treydock-zfsonlinux",
"version": "1.0.0",
"author": "treydock",
"summary": "zfsonlinux puppet module",
"license": "Apache License, Version 2.0",
"source": "git://github.com/treydock/puppet-zfsonlinux.git",
"project_page": "http://github.com/treydock/puppet-zfsonlinux",
"issues_url": "https://github.com/treydock/puppet-zfsonlinux/issues",
"description": "zfsonlinux puppet module",
"dependencies": [
{"name": "stahnma/epel", "version_requirement": ">= 1.0.0"},
{"name": "puppetlabs/stdlib", "version_requirement": ">= 3.2.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [ "6", "7" ]
}
]
}