forked from mvisonneau/puppet-centreon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
32 lines (32 loc) · 929 Bytes
/
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
{
"name": "knak-centreon",
"version": "0.1.2",
"author": "knak",
"license": "Apache-2.0",
"summary": "Management of Centreon provisioning",
"source": "https://github.com/mvisonneau/puppet-centreon.git",
"project_page": "https://github.com/mvisonneau/puppet-centreon",
"issues_url": "https://github.com/mvisonneau/puppet-centreon/issues",
"tags": ["centreon", "monitoring", "provisioning", "clapi"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "6.6", "7.0" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6.6", "7.0" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "7" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "12.04" ]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0" }
]
}