X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/43a30061f5529476f2b044837ec31c9a1ad481b8..b2c371a1d7ff8e6a9c3ab1b372ca40a82a92b64f:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 92ed283a6..dd6bd8342 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -70,11 +70,6 @@ wordpress_site "supporting.openstreetmap.org" do fpm_prometheus_port 11301 end -wordpress_theme "osmblog-wp-theme" do - site "supporting.openstreetmap.org" - action :delete -end - wordpress_plugin "civicrm-wp-piwik" do plugin "wp-piwik" site "supporting.openstreetmap.org" @@ -92,6 +87,10 @@ wordpress_plugin "civicrm-admin-utilities" do site "supporting.openstreetmap.org" end +wordpress_plugin "host-webfonts-local" do + site "supporting.openstreetmap.org" +end + civicrm_version = node[:civicrm][:version] civicrm_directory = "/srv/supporting.openstreetmap.org/wp-content/plugins/civicrm"