added java for jammit
This commit is contained in:
parent
c63319f127
commit
92c777c13d
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ end
|
||||||
execute "htop" do
|
execute "htop" do
|
||||||
command "yum install -y htop psmisc screen"
|
command "yum install -y htop psmisc screen"
|
||||||
end
|
end
|
||||||
|
execute "JAVA!! for Jammit" do
|
||||||
|
command "yum install -y java"
|
||||||
|
end
|
||||||
|
|
||||||
def harden_ruby(ruby_string)
|
def harden_ruby(ruby_string)
|
||||||
Dir.glob("/usr/local/rvm/wrappers/#{ruby_string}/*").each do |file|
|
Dir.glob("/usr/local/rvm/wrappers/#{ruby_string}/*").each do |file|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue