From 19b279bb8f230198279f6036d567a31493ee26f4 Mon Sep 17 00:00:00 2001 From: Paul Carvill Date: Sat, 17 Sep 2011 14:32:29 +0100 Subject: [PATCH] The mysql package required on Ubuntu platforms is 'mysql' rather than 'ruby-mysql' so i've changed the conditional to account for that --- cookbooks/mysql/recipes/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/mysql/recipes/client.rb b/cookbooks/mysql/recipes/client.rb index 3e1969a..a7c9eff 100644 --- a/cookbooks/mysql/recipes/client.rb +++ b/cookbooks/mysql/recipes/client.rb @@ -32,7 +32,7 @@ package "mysql-devel" do action :install end -if platform?(%w{ debian ubuntu redhat centos fedora suse }) +if platform?(%w{ debian redhat centos fedora suse }) package "mysql-ruby" do package_name value_for_platform(