X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/488fb1ab3d69422117a112058c532e415824c14f..ade44d5bd9baa4381024780db602de3d9e75fa28:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 4486ea352..75e92f016 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -20,7 +20,11 @@ include_recipe "wordpress" include_recipe "mysql" -package "wkhtmltopdf" +package %w[ + rsync + unzip + wkhtmltopdf +] cache_dir = Chef::Config[:file_cache_path]