From: Tom Hughes Date: Tue, 9 Dec 2014 14:58:10 +0000 (+0000) Subject: Add osmblog-wp-theme to crm.osmfoundation.org X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/80634e170fe2459bf4240835ed139cb0c3848c4c?hp=3ce3f0c3311b306f9808355397ee43424f14aa31 Add osmblog-wp-theme to crm.osmfoundation.org --- 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"