Skip to content

Commit

Permalink
Chef install morden and varia themes for supporting.o.o (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
grischard committed May 11, 2024
1 parent 6a7d2b4 commit 5dbc0df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cookbooks/civicrm/recipes/default.rb
Expand Up @@ -91,6 +91,16 @@
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"

Expand Down

0 comments on commit 5dbc0df

Please sign in to comment.