Update mediawiki cookbook
This commit is contained in:
parent
bdfb3a1afb
commit
edca6608c7
@ -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
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user