From 65d581770ec63df0d9d83ecf37a092c569788a5d Mon Sep 17 00:00:00 2001 From: denschub Date: Fri, 28 Jan 2011 21:19:57 +0100 Subject: [PATCH] Added mysql-install --- chef/cookbooks/centos/recipes/bootstrap.rb | 3 +++ 1 file changed, 3 insertions(+) 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|