module-icinga2/metadata.json
Alessandro Franceschi abc978ce41 Added Debian 7 support
Signed-off-by: Nick Chappell <nick@intronic.org>

Taken from: https://github.com/Icinga/puppet-icinga2/pull/9

refs #7264, https://dev.icinga.org/issues/7264
2014-09-17 20:51:11 -07:00

49 lines
1.1 KiB
JSON

{
"name": "puppet-icinga2",
"version": "0.5",
"author": "Icinga Development Team",
"summary": "Icinga 2 Puppet module",
"license": "GPLv2",
"source": "git://github.com/icinga/puppet-icinga2",
"project_page": "https://github.com/icinga/puppet-icinga2",
"issues_url": "https://dev.icinga.org/projects/icinga-tools",
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"description": "A module for installing and configuring the Icinga 2 monitoring system",
"dependencies": [
{
"name": "puppetlabs/apt",
"version_requirement": ">= 1.5.2"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.3.2"
}
]
}