From: sascha.strassheim Date: Mon, 18 Jun 2018 15:55:47 +0000 (+0200) Subject: mysqlnd typo on fbb poi dev and test X-Git-Tag: v0.1.0~793 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=e3bf0b3cefa09a3ff7c4aba1759c74e4465676fd;p=pixelpark%2Fhiera.git mysqlnd typo on fbb poi dev and test --- 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