From 3a7b6f3f3d6cbcc80383df78d3ed63b78a5ab2ca Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Mon, 13 Aug 2018 10:23:35 +0200 Subject: [PATCH] fbb-api - remove default pool --- customer/fbb-api/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/fbb-api/test.yaml b/customer/fbb-api/test.yaml index e60748e3..d2530aa7 100644 --- a/customer/fbb-api/test.yaml +++ b/customer/fbb-api/test.yaml @@ -87,6 +87,8 @@ 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