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 648a8af52f
commit 0c1d4e61ff

View File

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