diff manifests/templates.pp @ 362:84c09975288b

Add "gmp" module that NextCloud now requests
author IBBoard <dev@ibboard.co.uk>
date Wed, 21 Oct 2020 18:49:30 +0100
parents 404c5194a450
children 8224f42ee05b
line wrap: on
line diff
--- a/manifests/templates.pp	Sat Oct 17 14:00:31 2020 +0100
+++ b/manifests/templates.pp	Wed Oct 21 18:49:30 2020 +0100
@@ -408,7 +408,7 @@
 	class { 'website::php':
 		suffix => $php_suffix,
 		module => ($operatingsystem == 'CentOS' and versioncmp($operatingsystemrelease, '8') >= 0) ? { true => 'remi-7.4', default => undef },
-		extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath', 'pecl-zip', 'json', 'pecl-apcu' ],
+		extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath', 'pecl-zip', 'json', 'pecl-apcu', 'gmp' ],
 	}
 
 	#Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user