From 92c777c13df5f56c4e5647b80885cc7b2f3dcdf8 Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Mon, 22 Nov 2010 17:15:53 -0800 Subject: [PATCH] added java for jammit --- chef/cookbooks/centos/recipes/bootstrap.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chef/cookbooks/centos/recipes/bootstrap.rb b/chef/cookbooks/centos/recipes/bootstrap.rb index 9c4914279..f68733bce 100644 --- a/chef/cookbooks/centos/recipes/bootstrap.rb +++ b/chef/cookbooks/centos/recipes/bootstrap.rb @@ -13,6 +13,9 @@ end execute "htop" do command "yum install -y htop psmisc screen" end +execute "JAVA!! for Jammit" do + command "yum install -y java" +end def harden_ruby(ruby_string) Dir.glob("/usr/local/rvm/wrappers/#{ruby_string}/*").each do |file|