Skip to content

Commit db2e8ab

Browse files
committed
Adding OS dependencies to metadata.json
1 parent a1f1a28 commit db2e8ab

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

metadata.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
"issues_url": "https://github.com/craigwatson/puppet-vmwaretools/issues",
1010
"description": "Manages the installation of VMware Tools via the archive distributed with vSphere, either transferring the source via Puppet or HTTP with MD5.",
1111
"dependencies": [
12-
12+
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" },
13+
]
14+
"operatingsystem_support": [
15+
{
16+
"operatingsystem":"RedHat",
17+
"operatingsystemrelease":[ "5.0", "6.0" ]
18+
},
19+
{
20+
"operatingsystem": "Ubuntu",
21+
"operatingsystemrelease": [ "14.04","12.04", "10.04" ]
22+
}
1323
]
1424
}

0 commit comments

Comments
 (0)