From e3bf0b3cefa09a3ff7c4aba1759c74e4465676fd Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Mon, 18 Jun 2018 17:55:47 +0200 Subject: [PATCH] mysqlnd typo on fbb poi dev and test --- customer/fbb-poi/development.yaml | 2 +- customer/fbb-poi/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/fbb-poi/development.yaml b/customer/fbb-poi/development.yaml index 377524e1..8be19e2b 100644 --- a/customer/fbb-poi/development.yaml +++ b/customer/fbb-poi/development.yaml @@ -41,7 +41,7 @@ php::extensions: json: {} pdo: {} redis: {} - mysql: {} + mysqlnd: {} php::settings: PHP/memory_limit: 320M diff --git a/customer/fbb-poi/test.yaml b/customer/fbb-poi/test.yaml index 9690c373..fc83fb25 100644 --- a/customer/fbb-poi/test.yaml +++ b/customer/fbb-poi/test.yaml @@ -40,7 +40,7 @@ php::extensions: json: {} pdo: {} redis: {} - mysql: {} + mysqlnd: {} php::settings: PHP/memory_limit: 320M -- 2.39.5