Added mysql-install
This commit is contained in:
parent
ca76572eae
commit
65d581770e
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ end
|
||||||
execute "rvm deps" do
|
execute "rvm deps" do
|
||||||
command "yum install -y bzip2"
|
command "yum install -y bzip2"
|
||||||
end
|
end
|
||||||
|
execute "install mysql" do
|
||||||
|
command "yum install -y mysql mysql-server mysql-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|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue