From 746f1ee6f6648145578f438b5b19faceef93777b Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 8 Dec 2016 15:39:02 +0100 Subject: [PATCH] changed php cfg --- customer/fbb-orat/common.yaml | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/customer/fbb-orat/common.yaml b/customer/fbb-orat/common.yaml index f6bea5dc..a5dd230d 100644 --- a/customer/fbb-orat/common.yaml +++ b/customer/fbb-orat/common.yaml @@ -1,14 +1,10 @@ --- site::role: base -accounts::users: - carsten.hensiek: - apply: true - group: apache apache::default_vhost: false -repo::remi_php56: true +repo::remi_php70: true php::settings: Date/date.timezone: Europe/Berlin @@ -18,17 +14,10 @@ php::fpm::pools: www: ensure: absent -php::extensions: - gd: {} - opcache: {} - mysqlnd: {} - soap: {} - mbstring: {} - xml: {} - suhosin: - settings: - suhosin.request.max_varname_length: 200 - suhosin.post.max_name_length: 200 - suhosin.get.max_name_length: 200 - suhosin.get.max_value_length: 2000 - suhosin.executor.include.whitelist: 'phar,vfs' +#php::extensions: +# gd: {} +# opcache: {} +# xml: {} +# mysqlnd: {} +# soap: {} +# mbstring: {} -- 2.39.5