module-icinga2/metadata.json

43 lines
975 B
JSON
Raw Normal View History

2014-08-03 06:05:26 +02:00
{
"name": "puppet-icinga2",
"version": "0.5",
2014-08-17 16:02:21 +02:00
"author": "Icinga Development Team",
2014-08-03 06:05:26 +02:00
"summary": "Icinga 2 Puppet module",
2014-08-17 16:02:21 +02:00
"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",
2014-08-03 06:05:26 +02:00
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6"
2014-08-03 06:05:26 +02:00
]
},
{
"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.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.3.2"
2014-08-03 06:05:26 +02:00
}
]
}