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:
parent
31f17731ed
commit
19b279bb8f
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue