]> git.openstreetmap.org Git - chef.git/commitdiff
Add missing php module needed by civicrm
authormichael spreng <code@m.spreng.ch>
Mon, 25 Oct 2021 10:04:23 +0000 (12:04 +0200)
committerTom Hughes <tom@compton.nu>
Tue, 26 Oct 2021 16:15:48 +0000 (17:15 +0100)
cookbooks/civicrm/recipes/default.rb

index 6309efcf4f53b2ac6ece0dce1e93e5d545efc55c..a7c9ed8947b3ebb36def434c655fdfa9fe865c13 100644 (file)
@@ -26,6 +26,7 @@ package %w[
   rsync
   wkhtmltopdf
   php-bcmath
+  php-intl
 ]
 
 cache_dir = Chef::Config[:file_cache_path]