-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
45 lines (39 loc) · 1.03 KB
/
metadata.json
File metadata and controls
45 lines (39 loc) · 1.03 KB
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
{
"name": "logentries_agent",
"description": "Installs and configures the logentries agent",
"long_description": "Installs the Logentries python agent and configures it to follow logs specified in a JSON object",
"maintainer": "Logentries",
"maintainer_email": "support@logentries.com",
"license": "Apache 2.0",
"platforms": {
"ubuntu": ">= 0.0.0",
"rhel": ">= 0.0.0"
},
"dependencies": {
"apt": ">= 0.0.0",
"yum": ">= 0.0.0"
},
"recommendations": {
},
"suggestions": {
"java": "~> 1.22"
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"logentries_agent::default": "Downloads the agent and sets up logging",
"logentries_agent::install": "Download and install the agent from le repo",
"logentries_agent::configure": "Register and le start agent, follow files"
},
"version": "0.2.7",
"source_url": "https://github.com/logentries/le_chef",
"issues_url": "https://github.com/logentries/le_chef/issues"
}