added java for jammit

This commit is contained in:
zhitomirskiyi 2010-11-22 17:15:53 -08:00
parent c63319f127
commit 92c777c13d

View file

@ -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|