forked from dsnopek/puppet-serverdensity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
35 lines (35 loc) · 1.08 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
{
"name": "serverdensity-serverdensity_agent",
"version": "2.0.2",
"author": "Server Density",
"summary": "Puppet module to install the Server Density monitoring agent and register servers automatically.",
"license": "Simplified BSD License",
"source": "https://github.com/serverdensity/puppet-serverdensity/",
"project_page": "https://github.com/serverdensity/puppet-serverdensity/",
"issues_url": "https://github.com/serverdensity/puppet-serverdensity/issues",
"description": "Official Puppet module for automatically installing the Server Density monitoring agent. Will install the agent packages, register new servers with the API and generate the correct config.",
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "Ubuntu"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "CentOS"
}
],
"dependencies": [
{
"name": "puppetlabs/apt",
"version_requirement": ">= 1.8.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.0.0"
}
]
}