-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetadata.json
More file actions
40 lines (40 loc) · 1.03 KB
/
metadata.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
{
"name": "encore-powercli",
"version": "0.1.1",
"author": "Encore Technologies",
"summary": "Puppet module to install VMware PowerCLI and use it to manage vCenter ",
"license": "Apache-2.0",
"source": "https://github.com/EncoreTechnologies/puppet-powercli",
"project_page": "https://github.com/EncoreTechnologies/puppet-powercli",
"issues_url": "https://github.com/EncoreTechnologies/puppet-powercli/issues",
"dependencies": [
{
"name": "puppetlabs/powershell",
"version_requirement": ">= 1.0.0"
},
{
"name": "encore/powershellmodule",
"version_requirement": ">= 2.1.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"2008 R2",
"2012 R2",
"2016",
"2019"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
}
],
"pdk-version": "1.18.1",
"template-url": "pdk-default#1.18.1",
"template-ref": "tags/1.18.1-0-g3d2e75c"
}