From 861456038afbadfa2104ead3185c1bbb3733022c Mon Sep 17 00:00:00 2001 From: sambufe Date: Mon, 9 Jan 2017 16:25:45 +0100 Subject: [PATCH] enabled php-xml --- customer/fbb-orat/common.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/customer/fbb-orat/common.yaml b/customer/fbb-orat/common.yaml index bece8da7..eb6d5a02 100644 --- a/customer/fbb-orat/common.yaml +++ b/customer/fbb-orat/common.yaml @@ -14,10 +14,10 @@ php::fpm::pools: www: ensure: absent -#php::extensions: -# gd: {} -# opcache: {} -# xml: {} -# mysqlnd: {} +php::extensions: + gd: {} + opcache: {} + xml: {} + mysqlnd: {} # soap: {} # mbstring: {} -- 2.39.5