diff --git a/modules/services/unix/database/mysql_stretch_compatible/mysql/mysql.pp b/modules/services/unix/database/mysql_stretch_compatible/mysql/mysql.pp index 63dec3a70..1d37e9c51 100644 --- a/modules/services/unix/database/mysql_stretch_compatible/mysql/mysql.pp +++ b/modules/services/unix/database/mysql_stretch_compatible/mysql/mysql.pp @@ -1 +1,2 @@ -include '::mysql::server' \ No newline at end of file +include '::mysql::server' +include '::mysql::client' \ No newline at end of file diff --git a/modules/utilities/unix/web_frameworks/php_stretch_compatible/php/php.pp b/modules/utilities/unix/web_frameworks/php_stretch_compatible/php/php.pp index 934686461..cde24b447 100644 --- a/modules/utilities/unix/web_frameworks/php_stretch_compatible/php/php.pp +++ b/modules/utilities/unix/web_frameworks/php_stretch_compatible/php/php.pp @@ -1,3 +1,3 @@ -class { '::php': - apache_config => true, -} \ No newline at end of file +ensure_packages(['php-mysql','libapache2-mod-php']) + +class { '::php': } \ No newline at end of file