forked from Icinga/puppet-icinga2-legacy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
50 lines (50 loc) · 1.09 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"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": [
"5",
"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"
}
]
}