From: Guillaume RISCHARD Date: Thu, 29 Oct 2020 08:07:42 +0000 (+0100) Subject: Civicrm requires php-bcmath package X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/eba22a7d197957844086def0e158481d4f701692 Civicrm requires php-bcmath package --- diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 6943b0f3a..802294116 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -26,6 +26,7 @@ package %w[ rsync unzip wkhtmltopdf + php-bcmath ] cache_dir = Chef::Config[:file_cache_path]