From 812c746cb3a4edf97954eb3f9803be0f5440329e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Mon, 15 Aug 2016 17:01:11 +0200 Subject: [PATCH] bmwi gw: remove default www fpm pool --- customer/bmwi-gruenderwoche/common.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customer/bmwi-gruenderwoche/common.yaml b/customer/bmwi-gruenderwoche/common.yaml index aa5b9efb..ddee4f7e 100644 --- a/customer/bmwi-gruenderwoche/common.yaml +++ b/customer/bmwi-gruenderwoche/common.yaml @@ -18,6 +18,10 @@ apache::mpm_module: worker repo::remi_php70: true +php::fpm::pools: + www: + ensure: absent + php::extensions: gd: {} opcache: {} -- 2.39.5