]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
Revert "set LANG for nominatim munin script to make python happy"
[chef.git] / cookbooks / civicrm / recipes / default.rb
index be9774e13c10b41958b15382b94c073417165dba..d366b8c8c4820859e6ec3678f8744070410b3c4d 100644 (file)
@@ -20,6 +20,8 @@
 include_recipe "wordpress"
 include_recipe "mysql"
 
+package "wkhtmltopdf"
+
 passwords = data_bag_item("civicrm", "passwords")
 
 database_password = passwords["database"]
@@ -41,6 +43,11 @@ wordpress_site "crm.osmfoundation.org" do
   database_password database_password
 end
 
+wordpress_theme "osmblog-wp-theme" do
+  site "crm.osmfoundation.org"
+  repository "git://github.com/harry-wood/osmblog-wp-theme.git"
+end
+
 civicrm_version = node[:civicrm][:version]
 civicrm_directory = "/srv/crm.osmfoundation.org/wp-content/plugins/civicrm"