Skip to content

Commit

Permalink
replace Modulefile vs metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Feb 10, 2015
1 parent 9311cbe commit 9b3c52c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Modulefile

This file was deleted.

25 changes: 25 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "jhoblitt-smartd",
"version": "2.3.0",
"author": "Joshua Hoblitt <[email protected]>",
"summary": "Manages the smartmontools package including the smartd daemon",
"license": "MIT",
"source": "https://github.com/jhoblitt/puppet-smartd.git",
"project_page": "https://github.com/jhoblitt/puppet-smartd",
"issues_url": "https://github.com/jhoblitt/puppet-smartd/issues",
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", "6" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", "6" ] },
{ "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "5", "6" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", "6" ] },
{ "operatingsystem": "Fedora" },
{ "operatingsystem": "SLES" },
{ "operatingsystem": "Debian" },
{ "operatingsystem": "Ubuntu" },
{ "operatingsystem": "FreeBSD" }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 < 5.0.0" },
{ "name": "csail/shell_config", "version_requirement": ">= 0.0.1" }
]
}

0 comments on commit 9b3c52c

Please sign in to comment.