forked from jhoblitt/puppet-smartd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
24 lines (24 loc) · 1.01 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "jhoblitt-smartd",
"version": "2.6.0",
"author": "Joshua Hoblitt <jhoblitt@cpan.org>",
"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.6.0 < 5.0.0" }
]
}