forked from rapid7/le_chef
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
15 lines (14 loc) · 838 Bytes
/
metadata.rb
File metadata and controls
15 lines (14 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name 'logentries_agent'
maintainer 'Logentries'
maintainer_email 'support@logentries.com'
license 'Apache 2.0'
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'
recipe 'logentries_agent::default', 'Downloads the agent and sets up logging'
recipe 'logentries_agent::install', 'Download and install the agent from le repo'
recipe 'logentries_agent::configure', 'Register and le start agent, follow files'
version '0.2.7'
source_url 'https://github.com/logentries/le_chef' if respond_to?(:source_url)
issues_url 'https://github.com/logentries/le_chef/issues' if respond_to?(:issues_url)
depends 'apt'
depends 'yum'