X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/17f6820de55af63e602fa8893ce6d902ad0c7851..fca44ca0420b1f3048c2944900cfdef3b34e2509:/cookbooks/piwik/recipes/default.rb diff --git a/cookbooks/piwik/recipes/default.rb b/cookbooks/piwik/recipes/default.rb index a6b2bf3a7..5317c3596 100644 --- a/cookbooks/piwik/recipes/default.rb +++ b/cookbooks/piwik/recipes/default.rb @@ -23,14 +23,17 @@ include_recipe "mysql" passwords = data_bag_item("piwik", "passwords") -package "php" -package "php-cli" -package "php-curl" -package "php-mbstring" -package "php-mysql" -package "php-gd" -package "php-xml" -package "php-apcu" +package %w[ + php + php-cli + php-curl + php-mbstring + php-mysql + php-gd + php-xml + php-apcu + unzip +] apache_module "expires" apache_module "php7.2"