-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.json
36 lines (36 loc) · 1023 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
{
"name": "doubledog-iscsi",
"version": "1.5.0",
"author": "John Florian",
"summary": "This Puppet module provides management of iSCSI initiators and targets.",
"license": "GPL-3.0",
"source": "https://github.com/jflorian/doubledog-iscsi",
"project_page": "https://github.com/jflorian/doubledog-iscsi",
"issues_url": "https://github.com/jflorian/doubledog-iscsi/issues",
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemmajrelease": [
"7"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"28",
"29",
"30"
]
}
],
"dependencies": [
{
"name": "doubledog/ddolib",
"version_requirement": ">= 1.0.0 < 2.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.0 < 7.0.0"
}
]
}