From: michael spreng Date: Mon, 25 Oct 2021 10:04:23 +0000 (+0200) Subject: Add missing php module needed by civicrm X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7b30c7f52f3093e1373b591f0174a628d334d544 Add missing php module needed by civicrm --- diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 6309efcf4..a7c9ed894 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -26,6 +26,7 @@ package %w[ rsync wkhtmltopdf php-bcmath + php-intl ] cache_dir = Chef::Config[:file_cache_path]