forked from esterniclos/esterniclos-fusioninventory
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
46 lines (45 loc) · 977 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
43
44
45
46
{
"name": "nodanero-fusioninventory",
"version": "0.1.7",
"author": ["esterniclos", "nodanero"],
"summary": "Fusion Ivnentory agent Install and configuration in RHEL, Debian and Windows",
"license": "Apache-2.0",
"source": "https://github.com/nodanero/nodanero-fusioninventory",
"project_page": "https://github.com/nodanero/nodanero-fusioninventory",
"issues_url": "https://github.com/nodanero/nodanero-fusioninventory/issues",
"operatingsystem_support": [{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7",
"8"
]
}, {
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
}, {
"operatingsystem": "Windows",
"operatingsystemrelease": [
"2008",
"2008r2",
"2012"
]
}],
"puppet_version": [
"2.7",
"3.0",
"3.1",
"3.2",
"3.3",
"3.4",
"3.5",
"3.6",
"3.7",
"4.1"
],
"dependencies": []
}