-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.json
33 lines (33 loc) · 832 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
33
{
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"name": "SillentTroll-mongodbmms",
"author": "SillentTroll",
"license": "Apache License, Version 2.0",
"version": "0.0.2",
"dependencies": [],
"source": "https://github.com/SillentTroll/mongodbmms.git",
"summary": "MongoDB MMS monitoring installation on Ubuntu",
"description": "Puppet module for installing and configuring of MMS (MongoDB Management Service) monitoring agent.",
"project_page": "https://github.com/SillentTroll/mongodbmms"
}