Skip to content

Commit 19b279b

Browse files
author
Paul Carvill
committed
The mysql package required on Ubuntu platforms is 'mysql' rather than 'ruby-mysql' so i've changed the conditional to account for that
1 parent 31f1773 commit 19b279b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/mysql/recipes/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
action :install
3333
end
3434

35-
if platform?(%w{ debian ubuntu redhat centos fedora suse })
35+
if platform?(%w{ debian redhat centos fedora suse })
3636

3737
package "mysql-ruby" do
3838
package_name value_for_platform(

0 commit comments

Comments
 (0)