-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.json
44 lines (44 loc) · 1 KB
/
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
{
"name": "kreeuwijk-vmtools_win",
"version": "1.1.2",
"author": "kreeuwijk",
"summary": "Deploys & manages VMware Tools for Windows on VMware guests.",
"license": "Apache-2.0",
"source": "https://github.com/kreeuwijk/vmtools_win.git",
"project_page": "https://github.com/kreeuwijk/vmtools_win",
"issues_url": "https://github.com/kreeuwijk/vmtools_win/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.19.0 < 8.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"2012",
"2012 R2",
"2016",
"2019",
"10"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=5.5.0 <8.0.0"
}
],
"tags": [
"virtualization",
"vmware",
"vmware-tools",
"vmware_tools",
"vmtools"
],
"template-url": "pdk-default#2.0.0",
"template-ref": "tags/2.0.0-0-ge838f1d",
"pdk-version": "2.0.0"
}