From: Guillaume Rischard Date: Sat, 11 May 2024 18:37:03 +0000 (-0400) Subject: Chef install morden and varia themes for supporting.o.o (#661) X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5dbc0df5d8648722924395220cb2cea2b8e30f44 Chef install morden and varia themes for supporting.o.o (#661) --- 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"