-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
34 lines (34 loc) · 934 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
{
"name": "andulla-vsphere_conf",
"version": "0.0.9",
"author": "andulla",
"summary": "Install and manage software and config prerequisites for the puppetlabs/vsphere module.",
"license": "Apache-2.0",
"source": "https://github.com/Andulla/vsphere_conf",
"project_page": "https://github.com/Andulla/vsphere_conf",
"issues_url": "https://github.com/Andulla/vsphere_conf/issues",
"tags": ["VMware", "vSphere","vCenter"],
"requirements": [
{
"name": "pe",
"version_requirement": ">=2015.2.x"
},
{
"name": "puppet",
"version_requirement": ">4.0.0 < 5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "6.0", "7.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04" ]
}
],
"dependencies": [
{"name":"puppetlabs-vsphere","version_requirement":">= 1.1.0 <2.0.0"}
]
}