]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
Add osmblog-wp-theme to crm.osmfoundation.org
[chef.git] / cookbooks / civicrm / recipes / default.rb
index dce923a0633f255d5e69c32f092763be674d21ec..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"
 
@@ -130,7 +137,7 @@ template "/etc/cron.d/osmf-crm" do
   source "cron.erb"
   owner "root"
   group "root"
-  mode 0644
+  mode 0600
   variables :directory => civicrm_directory, :passwords => passwords
 end