Merge "Install mysql-client when using drupal"

This commit is contained in:
Jenkins 2013-09-19 19:53:07 +00:00 committed by Gerrit Code Review
commit f6b08577c5

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',