Add metadata.json and remove Modulefile

This commit is contained in:
Hunter Haugen
2014-08-22 10:02:12 -07:00
parent 8d1b89b43d
commit f99141b895
3 changed files with 17 additions and 12 deletions

16
metadata.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "puppetlabs-java",
"version": "1.1.1",
"author": "puppetlabs",
"summary": "Manage the official Java runtime",
"license": "Apache",
"source": "git://github.com/puppetlabs/puppetlabs-java",
"project_page": "https://github.com/puppetlabs/puppetlabs-java",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 2.4.0"
}
]
}