]> git.openstreetmap.org Git - chef.git/commitdiff
Chef install morden and varia themes for supporting.o.o (#661)
authorGuillaume Rischard <git@stereo.lu>
Sat, 11 May 2024 18:37:03 +0000 (14:37 -0400)
committerGitHub <noreply@github.com>
Sat, 11 May 2024 18:37:03 +0000 (14:37 -0400)
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"