]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
Install wkhtmltopdf for civicrm
[chef.git] / cookbooks / civicrm / recipes / default.rb
index be9774e13c10b41958b15382b94c073417165dba..992d928bec6299a0133345f8f3906cc6b3f7359a 100644 (file)
@@ -20,6 +20,8 @@
 include_recipe "wordpress"
 include_recipe "mysql"
 
 include_recipe "wordpress"
 include_recipe "mysql"
 
+package "wkhtmltopdf"
+
 passwords = data_bag_item("civicrm", "passwords")
 
 database_password = passwords["database"]
 passwords = data_bag_item("civicrm", "passwords")
 
 database_password = passwords["database"]