From 0d8017fde5019fc0412223c0a1e904f09b6c4bf0 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 21 Jun 2018 20:29:10 +0100 Subject: [PATCH] Use PHP 7.2 for piwik --- cookbooks/piwik/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/piwik/recipes/default.rb b/cookbooks/piwik/recipes/default.rb index ecc6e2023..b21ede6f2 100644 --- a/cookbooks/piwik/recipes/default.rb +++ b/cookbooks/piwik/recipes/default.rb @@ -32,7 +32,7 @@ package "php-apcu" package "geoip-database-contrib" -apache_module "php7.0" +apache_module "php7.2" apache_module "geoip" version = node[:piwik][:version] -- 2.43.2