This repository was archived by the owner on Dec 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +2
-4
lines changed
Expand file tree Collapse file tree 6 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 33metadata
44
55cookbook 'rabbitmq' , git : 'git://github.com/opscode-cookbooks/rabbitmq.git'
6+ cookbook 'java'
67
78group :test do
89 cookbook 'minitest-handler' , git : 'git://github.com/btm/minitest-handler-cookbook.git'
Original file line number Diff line number Diff line change 55log_level = :info
66
77chef_run_list = %w[
8+ java::default
89 logstash::server
910 logstash::agent
1011]
Original file line number Diff line number Diff line change 44# Recipe:: agent
55#
66#
7- include_recipe 'java::default'
87include_recipe 'logstash::default'
98include_recipe 'yum::default'
109
Original file line number Diff line number Diff line change 1010#
1111#
1212
13- include_recipe 'java'
1413include_recipe 'logstash::default'
1514include_recipe 'logrotate'
1615
Original file line number Diff line number Diff line change 11# Encoding: utf-8
22include_recipe 'build-essential'
3- include_recipe 'java'
43include_recipe 'ant'
54include_recipe 'git'
65include_recipe 'logstash::default'
Original file line number Diff line number Diff line change 44# Recipe:: zero_mq_repo
55#
66#
7- include_recipe 'java::default'
87include_recipe 'yum::default'
98
109major_version = node [ 'platform_version' ] . split ( '.' ) . first . to_i
You can’t perform that action at this time.
0 commit comments