Also require php5-memcached
Otherwise you get errors about the Memcache class being missing Change-Id: I4a326a29a1c227442deb6571b0c383120e203488
This commit is contained in:
@@ -6,7 +6,8 @@ class mediawiki::php {
|
||||
'php5-mysql',
|
||||
'php-apc',
|
||||
'php5-intl',
|
||||
'php-openid']:
|
||||
'php-openid',
|
||||
'php5-memcached']:
|
||||
ensure => present,
|
||||
}
|
||||
# TODO: apc configuration
|
||||
|
Reference in New Issue
Block a user