From af5a993a089349ba958b29ff2c29c300f1f482b6 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 9 Aug 2019 18:04:56 +0000 Subject: [PATCH] Add php-mbstring and php-xml distro packages The system packages for php-mbstring and php-xml are required by MediaWiki, so add them. While we're here, alphabetize the list. Change-Id: I61d7af1dd4906ae724c2fe850290714e3b092a08 --- manifests/php.pp | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/manifests/php.pp b/manifests/php.pp index d08d032..8bbc6d8 100644 --- a/manifests/php.pp +++ b/manifests/php.pp @@ -1,13 +1,17 @@ # Class: mediawiki::php # class mediawiki::php { - package { ['php', - 'php-cli', - 'php-mysql', - 'php-apcu', - 'php-intl', - 'php-openid', - 'php-memcached']: + package { [ + 'php', + 'php-apcu', + 'php-cli', + 'php-intl', + 'php-mbstring', + 'php-memcached', + 'php-mysql', + 'php-openid', + 'php-xml', + ]: ensure => present, } # TODO: apc configuration