From 65518c35c406ca66b5a475115f5862fbae7938a3 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Thu, 17 Jun 2021 13:18:17 +0200 Subject: [PATCH] bcmath and gmp modules for php will be installed --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index dcc3da0..15d8265 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -64,6 +64,8 @@ class wmdeit_nextcloud( imagick => {}, redis => {}, apcu => {}, + bcmath => {}, + gmp => {}, }, settings => { 'PHP/memory_limit' => '512M',