]> git.openstreetmap.org Git - chef.git/commitdiff
Install wkhtmltopdf for civicrm
authorTom Hughes <tom@compton.nu>
Tue, 25 Mar 2014 18:35:10 +0000 (18:35 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 25 Mar 2014 18:35:10 +0000 (18:35 +0000)
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"]