forked from craigwatson/puppet-vmwaretools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
22 lines (22 loc) · 1.21 KB
/
metadata.json
File metadata and controls
22 lines (22 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name" : "CraigWatson1987-vmwaretools",
"version" : "3.0.1",
"author" : "Craig Watson",
"summary" : "Manage installation of VMware Tools via the archive distributed with vSphere, either via Puppet or HTTP.",
"license" : "Apache-2.0",
"source" : "git://github.com/craigwatson/puppet-vmwaretools.git",
"project_page" : "https://github.com/craigwatson/puppet-vmwaretools",
"issues_url" : "https://github.com/craigwatson/puppet-vmwaretools/issues",
"description" : "Manage installation of VMware Tools via the archive distributed with vSphere, either via Puppet or HTTP.",
"tags" : [ "vmware","tools","vmwaretools","vsphere","esx","esxi"],
"dependencies" : [
{ "name": "puppetlabs/apt", "version_requirement": ">=2.2.0" }
],
"requirements" : [
{ "name": "puppet", "version_requirement": ">=4.6.1 <5.0.0" }
],
"operatingsystem_support" : [
{ "operatingsystem":"RedHat", "operatingsystemrelease": ["5.0", "6.0", "7.0"] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": ["16.04", "14.04", "12.04"]}
]
}