Add metadata.json

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2016-10-20 08:23:03 +02:00
parent 5b2be9adcf
commit 967c586fe9
No known key found for this signature in database
GPG Key ID: 6758AB4EFE79EA8A
1 changed files with 47 additions and 0 deletions

47
metadata.json Normal file
View File

@ -0,0 +1,47 @@
{
"name": "puppet-prometheus_reporter",
"version": "0.0.1-rc",
"author": "Vox Pupuli",
"summary": "This module writes Puppet reports in a format suitable for prometheus node_exporter textfile collector",
"license": "Apache-2.0",
"source": "https://github.com/voxpupuli/puppet-prometheus_reporter",
"project_page": "https://github.com/voxpupuli/puppet-prometheus_reporter",
"issues_url": "https://github.com/voxpupuli/puppet-prometheus_reporter/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04",
"16.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 5.0.0"
}
],
"dependencies": []
}