Mercurial > repos > other > Puppet
changeset 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 | 5be4616ffca0 |
children | da783c06ab40 |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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