]> git.openstreetmap.org Git - chef.git/commitdiff
Fix rubocop warnings
authorTom Hughes <tom@compton.nu>
Thu, 19 Nov 2015 13:17:03 +0000 (13:17 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 19 Nov 2015 13:17:03 +0000 (13:17 +0000)
cookbooks/nominatim/recipes/master.rb

index 0d93ad7202e31c3adee9fc6457a21e5799beca43..22a2a580c03302abc29205726aaf5c4ea9c23ac9 100644 (file)
@@ -25,7 +25,7 @@ home_directory = data_bag_item("accounts", "nominatim")["home"]
 
 wal_archives = node[:rsyncd][:modules][:archive][:path]
 # XXX we really should get a list of nominatim-slave nodes here
-slaves = 'poldi'
+slaves = "poldi"
 
 git "#{home_directory}/nominatim" do
   action :checkout
@@ -74,5 +74,3 @@ template "/usr/local/bin/clean-db-nominatim" do
             :streaming_clients => slaves
   only_if { node[:postgresql][:settings][:defaults][:archive_mode] == "on" }
 end
-
-