Mercurial > repos > other > Puppet
diff manifests/templates.pp @ 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 | 99e3ca448d55 |
children | 002203790815 |
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