From: Tom Hughes Date: Tue, 17 Nov 2020 08:13:36 +0000 (+0000) Subject: Fix new cookstyle warnings X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/90d2b917a2150651c41ad501500a820ee4a6aa81?ds=inline Fix new cookstyle warnings --- diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index fd7f49573..75c357902 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -102,7 +102,7 @@ directory "#{basedir}/tablespaces" do mode "700" end -# Note: tablespaces must be exactly in the same location on each +# NOTE: tablespaces must be exactly in the same location on each # Nominatim instance when replication is in use. Therefore # use symlinks to canonical directory locations. node[:nominatim][:tablespaces].each do |name, location|