The mysql package required on Ubuntu platforms is 'mysql' rather than 'ruby-mysql' so i've changed the conditional to account for that

This commit is contained in:
Paul Carvill 2011-09-17 14:32:29 +01:00
parent 31f17731ed
commit 19b279bb8f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ package "mysql-devel" do
action :install action :install
end end
if platform?(%w{ debian ubuntu redhat centos fedora suse }) if platform?(%w{ debian redhat centos fedora suse })
package "mysql-ruby" do package "mysql-ruby" do
package_name value_for_platform( package_name value_for_platform(