From ae0eede0fb179646f66ebf397fb5e9d3ca1830d3 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Mon, 13 Aug 2018 10:28:09 +0200 Subject: [PATCH] fbb-api - remove default pool (fix) --- customer/fbb-api/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/customer/fbb-api/test.yaml b/customer/fbb-api/test.yaml index d2530aa7..8c6c83ec 100644 --- a/customer/fbb-api/test.yaml +++ b/customer/fbb-api/test.yaml @@ -56,6 +56,10 @@ sudo::configs: repo::remi_php72: true +php::fpm::pools: + www: + ensure: absent + php::extensions: gd: {} opcache: {} @@ -87,8 +91,6 @@ infra::profile::apache_php::fpm_pool: listen_owner: apache listen_group: apache pm_max_children: 20 - www: - ensure: absent apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH' -- 2.39.5