diff --git a/chef/cookbooks/centos/recipes/bootstrap.rb b/chef/cookbooks/centos/recipes/bootstrap.rb index f68733bce..78d7b6aa4 100644 --- a/chef/cookbooks/centos/recipes/bootstrap.rb +++ b/chef/cookbooks/centos/recipes/bootstrap.rb @@ -16,6 +16,9 @@ end execute "JAVA!! for Jammit" do command "yum install -y java" end +execute "rvm deps" do + command "yum install -y bzip2" +end def harden_ruby(ruby_string) Dir.glob("/usr/local/rvm/wrappers/#{ruby_string}/*").each do |file|