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

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
pkg/
.DS_Store
metadata.json
spec/fixtures
*.idea
*.swp

View File

@@ -1,10 +0,0 @@
name 'puppetlabs-java'
version '1.1.1'
source 'git://github.com/puppetlabs/puppetlabs-java'
author 'puppetlabs'
license 'Apache'
summary 'Manage the official Java runtime'
description 'Manage the official Java runtime'
project_page 'https://github.com/puppetlabs/puppetlabs-java'
dependency 'puppetlabs/stdlib', '>= 2.4.0'

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"
}
]
}