From 3a30b1b1f68d458cbed9a4d0da524192da0b5a7e Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Mon, 13 Aug 2018 10:51:50 +0200 Subject: [PATCH] fbb-api - remove default pool - PRD --- customer/fbb-api/production.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customer/fbb-api/production.yaml b/customer/fbb-api/production.yaml index 702a4556..9785c6e8 100644 --- a/customer/fbb-api/production.yaml +++ b/customer/fbb-api/production.yaml @@ -32,6 +32,10 @@ sudo::configs: repo::remi_php72: true +php::fpm::pools: + www: + ensure: absent + php::extensions: gd: {} opcache: {} -- 2.39.5