-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
21 lines (17 loc) · 902 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name 'logentries_agent'
maintainer 'Logentries'
maintainer_email '[email protected]'
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)
supports 'ubuntu'
supports 'rhel'
depends 'apt'
depends 'yum'
suggests 'java', '~> 1.22'