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
This commit is contained in:
Jeremy Stanley 2019-08-09 18:04:56 +00:00
parent 78c7ec34c9
commit af5a993a08

View File

@ -1,13 +1,17 @@
# Class: mediawiki::php # Class: mediawiki::php
# #
class mediawiki::php { class mediawiki::php {
package { ['php', package { [
'php-cli', 'php',
'php-mysql', 'php-apcu',
'php-apcu', 'php-cli',
'php-intl', 'php-intl',
'php-openid', 'php-mbstring',
'php-memcached']: 'php-memcached',
'php-mysql',
'php-openid',
'php-xml',
]:
ensure => present, ensure => present,
} }
# TODO: apc configuration # TODO: apc configuration