From 5dbc0df5d8648722924395220cb2cea2b8e30f44 Mon Sep 17 00:00:00 2001 From: Guillaume Rischard Date: Sat, 11 May 2024 14:37:03 -0400 Subject: [PATCH] Chef install morden and varia themes for supporting.o.o (#661) --- cookbooks/civicrm/recipes/default.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index dd6bd8342..3e039e6fc 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -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" -- 2.45.2