module-icinga2/metadata.json

58 lines
1.2 KiB
JSON

{
"name": "puppet-icinga2",
"version": "0.6.1",
"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",
"operatingsystemmajrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemmajrelease": [
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemmajrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemmajrelease": [
"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"
}
]
}