Install mysql-client when using drupal

* modules/drupal/manifests/init.pp: Some of the deployment scripts
and related tooling use the command-line MySQL client, so install
it.

Change-Id: I7f52f7a9b0d279fa5ead21313458053aeb16ac3c
This commit is contained in:
Jeremy Stanley 2013-09-19 19:41:20 +00:00
parent 4b4ee8f272
commit 15fa5c9a2d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class drupal (
# php packages
$drupal_related_packages = [ 'unzip', 'php5-mysql', 'php5-gd', 'php5-cli',
'libapache2-mod-php5' ]
'libapache2-mod-php5', 'mysql-client' ]
package { $drupal_related_packages:
ensure => 'installed',