From: Tom Hughes Date: Thu, 21 Jun 2018 20:00:18 +0000 (+0100) Subject: Install php-xml for piwik X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c5e1ad039edad19ba04a77fcbda44bf2905262d7 Install php-xml for piwik --- 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"