From 99d0ec64bcbd347be5dc16a67143f8664fbefab4 Mon Sep 17 00:00:00 2001 From: Finn Date: Thu, 2 Feb 2017 19:26:44 +0000 Subject: [PATCH] Adding php-mysql package which is required by drush command line to prevent Error: Undefined class constant MYSQL_ATTR_SSL_CA --- modules/parrot_php/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/parrot_php/manifests/init.pp b/modules/parrot_php/manifests/init.pp index 0b13f90..a920a96 100644 --- a/modules/parrot_php/manifests/init.pp +++ b/modules/parrot_php/manifests/init.pp @@ -39,6 +39,7 @@ # 'php7.0-xhprof', 'php-uploadprogress', + 'php-mysql', ]