Install open-ssl-devel
This commit is contained in:
parent
e5c2bb46f5
commit
f4e8e619ca
1 changed files with 4 additions and 1 deletions
|
|
@ -7,6 +7,9 @@ end
|
||||||
execute "eventmachine deps" do
|
execute "eventmachine deps" do
|
||||||
command "yum install -y gcc-c++"
|
command "yum install -y gcc-c++"
|
||||||
end
|
end
|
||||||
|
execute "ssl lib" do
|
||||||
|
command "yum install -y openssl-devel"
|
||||||
|
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|
|
||||||
|
|
@ -22,4 +25,4 @@ def harden_ruby(ruby_string)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
harden_ruby("ruby-1.8.7-p302")
|
harden_ruby("ruby-1.8.7-p302")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue