Skip to content

Commit

Permalink
convert Modulefile to metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jun 6, 2015
1 parent cf8aea0 commit 76feb38
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Modulefile

This file was deleted.

18 changes: 18 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "jhoblitt-ipmi",
"version": "1.2.0",
"author": "Joshua Hoblitt <jhoblitt@cpan.org>",
"summary": "manages the OpenIPMI package",
"license": "Apache-2.0",
"source": "https://github.com/jhoblitt/puppet-ipmi.git",
"project_page": "https://github.com/jhoblitt/puppet-ipmi",
"issues_url": "https://github.com/jhoblitt/puppet-ipmi/issues",
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", "6", "7" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", "6", "7" ] }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 3.0.0 < 5.0.0" }
]
}

0 comments on commit 76feb38

Please sign in to comment.