From c5e1ad039edad19ba04a77fcbda44bf2905262d7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 21 Jun 2018 21:00:18 +0100 Subject: [PATCH 1/1] Install php-xml for piwik --- cookbooks/piwik/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/piwik/recipes/default.rb b/cookbooks/piwik/recipes/default.rb index b21ede6f2..f377fe060 100644 --- a/cookbooks/piwik/recipes/default.rb +++ b/cookbooks/piwik/recipes/default.rb @@ -28,6 +28,7 @@ package "php-curl" package "php-mbstring" package "php-mysql" package "php-gd" +package "php-xml" package "php-apcu" package "geoip-database-contrib" -- 2.43.2