forked from newrelic/newrelic_plugins_chef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
43 lines (43 loc) · 1.31 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
{
"name": "newrelic_plugins",
"version": "1.1.1",
"description": "Installs New Relic Plugins",
"maintainer": "New Relic, Inc.",
"maintainer_email": "[email protected]",
"license": "MIT",
"platforms": {
"debian": ">= 0.0.0",
"ubuntu": ">= 0.0.0",
"centos": ">= 0.0.0",
"redhat": ">= 0.0.0",
"fedora": ">= 0.0.0",
"suse": ">= 0.0.0"
},
"dependencies": {
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"newrelic_plugins::aws_cloudwatch": "Installs New Relic AWS Cloudwatch Plugin",
"newrelic_plugins::example": "Installs New Relic Example Plugin",
"newrelic_plugins::f5": "Installs New Relic F5 Plugin",
"newrelic_plugins::mysql": "Installs New Relic MySQL Plugin",
"newrelic_plugins::memcached_java": "Installs New Relic Memcached Java Plugin",
"newrelic_plugins::memcached_ruby": "Installs New Relic Memcached Ruby Plugin",
"newrelic_plugins::rackspace_load_balancers": "Installs New Relic Rackspace Load Balancers Plugin",
"newrelic_plugins::wikipedia_example_java": "Installs New Relic Wikipedia Example Java Plugin",
"newrelic_plugins::wikipedia_example_ruby": "Installs New Relic Wikipedia Example Ruby Plugin"
}
}