Install open-ssl-devel

This commit is contained in:
Raphael 2010-11-08 11:10:35 -08:00
parent e5c2bb46f5
commit f4e8e619ca

View file

@ -7,6 +7,9 @@ end
execute "eventmachine deps" do
command "yum install -y gcc-c++"
end
execute "ssl lib" do
command "yum install -y openssl-devel"
end
def harden_ruby(ruby_string)
Dir.glob("/usr/local/rvm/wrappers/#{ruby_string}/*").each do |file|
@ -22,4 +25,4 @@ def harden_ruby(ruby_string)
end
harden_ruby("ruby-1.8.7-p302")
harden_ruby("ruby-1.8.7-p302")