From d643494062855074049fce647a9169f0bc7fd13c Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Tue, 2 Aug 2016 22:11:32 +0200 Subject: [PATCH] [BUGFIX] And more missing php modules --- recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/default.rb b/recipes/default.rb index a1988c4..3b104f1 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -48,7 +48,7 @@ include_recipe 'apache2::mod_ssl' if node['platform_version'] == '16.04' package 'libapache2-mod-php7.0' - %w(php php-cli php-curl php-intl php-gd php-mcrypt php-mysql php-xml).each do |name| + %w(php php-cli php-curl php-intl php-gd php-mcrypt php-mysql php-xml php-json php-mbstring ).each do |name| package name do action :install end -- GitLab