Skip to content

Commit

Permalink
cosmetic elktest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dearing committed Jul 27, 2015
1 parent 91d80d7 commit f706310
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/cookbooks/elktest/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# test a single node with all three projects
# test a single node with all four projects

package 'java-1.8.0-openjdk-headless'
package 'tar'
package 'nano'
%w( tar nano htop java-1.8.0-openjdk-headless).each do |pkg|
package pkg
end

include_recipe 'runit::default'
include_recipe 'elktest::elasticsearch'
Expand Down

0 comments on commit f706310

Please sign in to comment.