diff --git a/chef/cookbooks/centos/recipes/bootstrap.rb b/chef/cookbooks/centos/recipes/bootstrap.rb index 0458df3fa..3e6c61017 100644 --- a/chef/cookbooks/centos/recipes/bootstrap.rb +++ b/chef/cookbooks/centos/recipes/bootstrap.rb @@ -19,6 +19,9 @@ end execute "rvm deps" do command "yum install -y bzip2" end +execute "install mysql" do + command "yum install -y mysql mysql-server mysql-devel" +end def harden_ruby(ruby_string) Dir.glob("/usr/local/rvm/wrappers/#{ruby_string}/*").each do |file|