]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
Chef install morden and varia themes for supporting.o.o (#661)
[chef.git] / cookbooks / civicrm / recipes / default.rb
index dd6bd834239cf84de6ba0d791d19379972187cfe..3e039e6fcd986333dbb337f502ace65de4be69c7 100644 (file)
@@ -91,6 +91,16 @@ wordpress_plugin "host-webfonts-local" do
   site "supporting.openstreetmap.org"
 end
 
+wordpress_theme "morden" do
+  site "supporting.openstreetmap.org"
+  repository "https://public-api.wordpress.com/rest/v1/themes/download/morden.zip"
+end
+
+wordpress_theme "varia" do
+  site "supporting.openstreetmap.org"
+  repository "https://public-api.wordpress.com/rest/v1/themes/download/varia.zip"
+end
+
 civicrm_version = node[:civicrm][:version]
 civicrm_directory = "/srv/supporting.openstreetmap.org/wp-content/plugins/civicrm"