# HG changeset patch # User IBBoard # Date 1583060378 0 # Node ID 06a401d3ef45cb8b029985ccc238a38a77e147bb # Parent cd1bcc06f09c9748372ef60f8fb29e70270fe8c8 Add PHP JSON package, which phpMyAdmin requires diff -r cd1bcc06f09c -r 06a401d3ef45 manifests/templates.pp --- 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