From: Tom Hughes Date: Tue, 2 Mar 2021 08:13:36 +0000 (+0000) Subject: Merge remote-tracking branch 'github/pull/397' X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/55aef96b13f79515121ce537ce7a9515d7d937f5?hp=5aa0401d944d376eff5a5cf2df86f02b10decf05 Merge remote-tracking branch 'github/pull/397' --- diff --git a/Gemfile.lock b/Gemfile.lock index 927637a28..900b7d8ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,8 +103,9 @@ GEM unicode-display_width (~> 1.5) unicode_utils (~> 1.4) strings-ansi (0.2.0) - test-kitchen (2.10.0) + test-kitchen (2.11.0) bcrypt_pbkdf (~> 1.0) + chef-utils (>= 16.4.35) ed25519 (~> 1.2) license-acceptance (>= 1.0.11, < 3.0) mixlib-install (~> 3.6) diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index 6946918f1..bb08987c7 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -402,7 +402,8 @@ ssl_certificate node[:fqdn] do "nominatim.openstreetmap.com", "nominatim.openstreetmap.net", "nominatim.openstreetmaps.org", - "nominatim.openmaps.org"] + "nominatim.openmaps.org", + "nominatim.qgis.org"] notifies :reload, "service[nginx]" end