]> git.openstreetmap.org Git - chef.git/commitdiff
Add osmblog-wp-theme to crm.osmfoundation.org
authorTom Hughes <tom@compton.nu>
Tue, 9 Dec 2014 14:58:10 +0000 (14:58 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 9 Dec 2014 14:58:10 +0000 (14:58 +0000)
cookbooks/civicrm/recipes/default.rb

index 992d928bec6299a0133345f8f3906cc6b3f7359a..d366b8c8c4820859e6ec3678f8744070410b3c4d 100644 (file)
@@ -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"