Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 8431663

Browse files
committed
Merge branch 'loose_java'
2 parents 341b926 + a7c920e commit 8431663

File tree

6 files changed

+2
-4
lines changed

6 files changed

+2
-4
lines changed

Berksfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
metadata
44

55
cookbook 'rabbitmq', git: 'git://github.com/opscode-cookbooks/rabbitmq.git'
6+
cookbook 'java'
67

78
group :test do
89
cookbook 'minitest-handler', git: 'git://github.com/btm/minitest-handler-cookbook.git'

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
log_level = :info
66

77
chef_run_list = %w[
8+
java::default
89
logstash::server
910
logstash::agent
1011
]

recipes/agent.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# Recipe:: agent
55
#
66
#
7-
include_recipe 'java::default'
87
include_recipe 'logstash::default'
98
include_recipe 'yum::default'
109

recipes/server.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#
1111
#
1212

13-
include_recipe 'java'
1413
include_recipe 'logstash::default'
1514
include_recipe 'logrotate'
1615

recipes/source.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Encoding: utf-8
22
include_recipe 'build-essential'
3-
include_recipe 'java'
43
include_recipe 'ant'
54
include_recipe 'git'
65
include_recipe 'logstash::default'

recipes/zero_mq_repo.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# Recipe:: zero_mq_repo
55
#
66
#
7-
include_recipe 'java::default'
87
include_recipe 'yum::default'
98

109
major_version = node['platform_version'].split('.').first.to_i

0 commit comments

Comments
 (0)