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 14f8124 commit 1eaabfc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Modulefile

This file was deleted.

20 changes: 20 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "jhoblitt-udev",
"version": "1.2.0",
"author": "Joshua Hoblitt <[email protected]>",
"summary": "Manages the udev package and device rules",
"license": "Apache-2.0",
"source": "https://github.com/jhoblitt/puppet-udev.git",
"project_page": "https://github.com/jhoblitt/puppet-udev",
"issues_url": "https://github.com/jhoblitt/puppet-udev/issues",
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", "6" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", "6" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", "6" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 3.0.0 < 5.0.0" }
]
}

0 comments on commit 1eaabfc

Please sign in to comment.