Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authorzhitomirskiyi <ilya@joindiaspora.com>2010-11-23 04:15:53 +0300
committerzhitomirskiyi <ilya@joindiaspora.com>2010-11-23 04:15:53 +0300
commit92c777c13df5f56c4e5647b80885cc7b2f3dcdf8 (patch)
treed7c64b4f62a097946682e7fe3f64814141ed4bb8 /chef
parentc63319f12767ba347ae62d8e089e5c0452e05e51 (diff)
added java for jammit
Diffstat (limited to 'chef')
-rw-r--r--chef/cookbooks/centos/recipes/bootstrap.rb3
1 files changed, 3 insertions, 0 deletions
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|