From 80634e170fe2459bf4240835ed139cb0c3848c4c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 9 Dec 2014 14:58:10 +0000 Subject: [PATCH 1/1] Add osmblog-wp-theme to crm.osmfoundation.org --- cookbooks/civicrm/recipes/default.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 992d928be..d366b8c8c 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -43,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" -- 2.43.2