From: Tom Hughes Date: Sat, 19 Aug 2023 10:11:18 +0000 (+0100) Subject: Merge join and donate redirectors into supporting X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/0f3c8bcea70957f08be052ac87316438666c95b7 Merge join and donate redirectors into supporting --- diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index c153c373f..557e8b736 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 diff --git a/roles/ridley.rb b/roles/ridley.rb index 7a653f422..b1b1e1e13 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -44,7 +44,6 @@ run_list( "role[stateofthemap]", "role[blog]", "role[otrs]", - "role[donate]", "recipe[dmca]", "recipe[dhcpd]" )