]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
Add test for civicrm cookbook
[chef.git] / cookbooks / civicrm / recipes / default.rb
index 4486ea3520eb718c34c0aee434fc808182bcf32f..75e92f016615e5d78b1821c1b0e705b4c7c5c1c5 100644 (file)
 include_recipe "wordpress"
 include_recipe "mysql"
 
-package "wkhtmltopdf"
+package %w[
+  rsync
+  unzip
+  wkhtmltopdf
+]
 
 cache_dir = Chef::Config[:file_cache_path]