module-icinga2/metadata.json
Ricardo Melo e32ccdd660 * fixed #7284
Signed-off-by: Nick Chappell <nick@intronic.org>

This commit fixes the module version number in metadata.json so it conforms to the semantic versioning scheme: http://semver.org/spec/v2.0.0.html

Merged in from: https://github.com/Icinga/puppet-icinga2/pull/16

refs #7284 : https://dev.icinga.org/issues/7284
2014-09-19 13:04:35 -07:00

49 lines
1.1 KiB
JSON

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