developish / vagrant-wordpress

A Vagrant base project for building Wordpress themes
46 stars 25 forks source link

Installing correct mysql package on Ubuntu platforms #1

Closed ghost closed 13 years ago

ghost commented 13 years ago

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

Tested on Ubuntu 10.04.3 (the standard Vagrant Lucid32 box).