Mercurial > repos > other > Puppet
changeset 322:06a401d3ef45
Add PHP JSON package, which phpMyAdmin requires
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 01 Mar 2020 10:59:38 +0000 |
parents | cd1bcc06f09c |
children | 002203790815 |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Sun Mar 01 10:58:46 2020 +0000 +++ b/manifests/templates.pp Sun Mar 01 10:59:38 2020 +0000 @@ -423,7 +423,7 @@ suffix => $php_suffix, opcache => 'opcache', module => ($operatingsystem == 'CentOS' and versioncmp($operatingsystemrelease, '8') >= 0) ? { true => 'remi-7.3', default => undef }, - extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath', 'pecl-zip' ], + extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath', 'pecl-zip', 'json' ], } #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user