From 9b3c52ce397cbb3bd8f2fd6c294c28db8dbf128d Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Tue, 10 Feb 2015 05:34:47 -0800 Subject: [PATCH] replace Modulefile vs metadata.json --- Modulefile | 11 ----------- metadata.json | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 11 deletions(-) delete mode 100644 Modulefile create mode 100644 metadata.json diff --git a/Modulefile b/Modulefile deleted file mode 100644 index 46de42f..0000000 --- a/Modulefile +++ /dev/null @@ -1,11 +0,0 @@ -name 'jhoblitt-smartd' -version '2.3.0' - -author 'Joshua Hoblitt ' -license 'MIT' -project_page 'https://github.com/jhoblitt/puppet-smartd' -source 'https://github.com/jhoblitt/puppet-smartd' -summary 'Manages the smartmontools package including the smartd daemon' -description 'Manages the smartmontools package including the smartd daemon' -dependency 'csail/shell_config', '>= 0.0.1' -dependency 'puppetlabs/stdlib', '>= 3.0.0' diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..7f71bce --- /dev/null +++ b/metadata.json @@ -0,0 +1,25 @@ +{ + "name": "jhoblitt-smartd", + "version": "2.3.0", + "author": "Joshua Hoblitt ", + "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" } + ] +}