Skip to content

Commit

Permalink
The mysql package required on Ubuntu platforms is 'mysql' rather than…
Browse files Browse the repository at this point in the history
… 'ruby-mysql' so i've changed the conditional to account for that
  • Loading branch information
Paul Carvill committed Sep 17, 2011
1 parent 31f1773 commit 19b279b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/mysql/recipes/client.rb
Expand Up @@ -32,7 +32,7 @@
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(
Expand Down

0 comments on commit 19b279b

Please sign in to comment.