Skip to content

Commit

Permalink
Correcting metadta
Browse files Browse the repository at this point in the history
  • Loading branch information
craigwatson committed Sep 24, 2014
1 parent fbb25f4 commit ec30fd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
"version": "1.0.0",
"author": "Craig Watson",
"summary": "Manage installation of VMware Tools via the archive distributed with vSphere, either via Puppet or HTTP.",
"license": "GNU General Public License v3",
"license": "Apache License v2.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": "Manages the installation of VMware Tools via the archive distributed with vSphere, either transferring the source via Puppet or HTTP with MD5.",
"tags" [ "vmware","tools","vmwaretools"],
"tags": [ "vmware","tools","vmwaretools"],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" },
]
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" }
],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5.0", "6.0" ]
"operatingsystemrelease": [ "5.0", "6.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04","12.04", "10.04" ]
"operatingsystemrelease": [ "14.04", "12.04", "10.04" ]
}
]
}

0 comments on commit ec30fd6

Please sign in to comment.