From c35e4acdd2800df66a311ce6acddaa712258c1c9 Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Sun, 7 Aug 2016 01:51:16 +0000 Subject: [PATCH] Also require php5-memcached Otherwise you get errors about the Memcache class being missing Change-Id: I4a326a29a1c227442deb6571b0c383120e203488 --- manifests/php.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/php.pp b/manifests/php.pp index 559684c..a868220 100644 --- a/manifests/php.pp +++ b/manifests/php.pp @@ -6,7 +6,8 @@ class mediawiki::php { 'php5-mysql', 'php-apc', 'php5-intl', - 'php-openid']: + 'php-openid', + 'php5-memcached']: ensure => present, } # TODO: apc configuration