diff --git a/.gitignore b/.gitignore index 2fe0063..608cc8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ pkg/ .DS_Store -metadata.json spec/fixtures *.idea *.swp -*.tmp \ No newline at end of file +*.tmp diff --git a/Modulefile b/Modulefile deleted file mode 100644 index e7f2335..0000000 --- a/Modulefile +++ /dev/null @@ -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' diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..c9b71be --- /dev/null +++ b/metadata.json @@ -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" + } + ] +}