Update mediawiki cookbook

This commit is contained in:
Greg Karékinian 2017-06-16 22:57:33 +02:00
parent bdfb3a1afb
commit edca6608c7
2 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,7 @@
"version": "0.3.0",
"source": {
"url": "https://github.com/67P/mediawiki-cookbook.git",
"ref": "8da675abc28b1b1ccf00d32df8a1923208e762c9",
"ref": "8d225fe5fd9886771420b1e6cfa3103077cb6b6f",
"type": "Batali::Source::Git",
"subdirectory": null
}

View File

@ -17,6 +17,10 @@ if node['platform'] == 'ubuntu' and node['platform_version'] >= '16.04'
# Dependency
package "php7.0-mbstring"
else
if node['platform_version'] == '15.04'
node.override['php']['apc']['package'] = 'php-apc'
node.override['php']['apcu']['package'] = 'php5-apcu'
end
include_recipe "php::module_apc"
end
include_recipe "php::module_mysql"