]> git.openstreetmap.org Git - chef.git/commitdiff
Civicrm requires php-bcmath package
authorGuillaume RISCHARD <git@stereo.lu>
Thu, 29 Oct 2020 08:07:42 +0000 (09:07 +0100)
committerGuillaume RISCHARD <git@stereo.lu>
Thu, 29 Oct 2020 08:07:42 +0000 (09:07 +0100)
cookbooks/civicrm/recipes/default.rb

index 6943b0f3a32448968d0859771de4321a57e74ed1..80229411678989410b8ee85bc37847215e2138fc 100644 (file)
@@ -26,6 +26,7 @@ package %w[
   rsync
   unzip
   wkhtmltopdf
+  php-bcmath
 ]
 
 cache_dir = Chef::Config[:file_cache_path]