diff --git a/chef/cookbooks/centos/recipes/bootstrap.rb b/chef/cookbooks/centos/recipes/bootstrap.rb index 9c4914279cb77d1b0b8d2796deac6f1d939674bb..f68733bce96149cdb9084e85c2f92ace1c6420a5 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|