Skip to content

Commit 1eaabfc

Browse files
committed
convert Modulefile to metadata.json
1 parent 14f8124 commit 1eaabfc

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

Modulefile

Lines changed: 0 additions & 10 deletions
This file was deleted.

metadata.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "jhoblitt-udev",
3+
"version": "1.2.0",
4+
"author": "Joshua Hoblitt <jhoblitt@cpan.org>",
5+
"summary": "Manages the udev package and device rules",
6+
"license": "Apache-2.0",
7+
"source": "https://github.com/jhoblitt/puppet-udev.git",
8+
"project_page": "https://github.com/jhoblitt/puppet-udev",
9+
"issues_url": "https://github.com/jhoblitt/puppet-udev/issues",
10+
"operatingsystem_support": [
11+
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", "6" ] },
12+
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", "6" ] },
13+
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", "6" ] },
14+
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "6", "7" ] },
15+
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
16+
],
17+
"dependencies": [
18+
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 3.0.0 < 5.0.0" }
19+
]
20+
}

0 commit comments

Comments
 (0)