X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1093079fd9c52d5c97f43045802ee6f149f5b4e8..1a062eb5304d0ef835313e5948053fcdccf20ecf:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index c153c373f..f74692014 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -49,21 +49,20 @@ mysql_database "civicrm" do permissions "civicrm@localhost" => :all end -ssl_certificate "join.osmfoundation.org" do - domains [ "join.osmfoundation.org", "crm.osmfoundation.org", - "supporting.osmfoundation.org", "support.osmfoundation.org", - "support.openstreetmap.org", "supporting.osm.org", - "support.osm.org"] - notifies :reload, "service[apache2]" -end - -apache_site "join.osmfoundation.org" do - template "apache.erb" -end - wordpress_site "supporting.openstreetmap.org" do - # Do not add aliases these can causes issues with civicrm PHP sessions - # Use redirects instead + aliases %w[ + crm.osmfoundation.org + donate.openstreetmap.org + donate.openstreetmap.com + donate.openstreetmap.net + donate.osm.org + join.osmfoundation.org + supporting.osmfoundation.org + support.osmfoundation.org + support.openstreetmap.org + supporting.osm.org + support.osm.org + ] database_name "civicrm" database_user "civicrm" database_password database_password @@ -73,7 +72,12 @@ end wordpress_theme "osmblog-wp-theme" do site "supporting.openstreetmap.org" - repository "https://github.com/osmfoundation/osmblog-wp-theme.git" + action :delete +end + +wordpress_plugin "civicrm-wp-piwik" do + plugin "wp-piwik" + site "supporting.openstreetmap.org" end wordpress_plugin "registration-honeypot" do