]> git.openstreetmap.org Git - chef.git/commitdiff
Fix new cookstyle warnings
authorTom Hughes <tom@compton.nu>
Tue, 17 Nov 2020 08:13:36 +0000 (08:13 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 17 Nov 2020 08:13:36 +0000 (08:13 +0000)
cookbooks/nominatim/recipes/default.rb

index fd7f495734f6d5ba9960f2baa6d994e7b9adb791..75c357902ce071b83e5df6fb5103b66919222eb3 100644 (file)
@@ -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|