From: Sarah Hoffmann Date: Sun, 14 Jun 2015 21:06:03 +0000 (+0200) Subject: nominatim: fix typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ba3b7db315b07e4d4df722571018cde36a09549b?hp=361fe7b2d59cd38452162f1c66f961f9f71ec377;ds=sidebyside nominatim: fix typo --- diff --git a/cookbooks/nominatim/templates/default/clean-db-nominatim.erb b/cookbooks/nominatim/templates/default/clean-db-nominatim.erb index 573624b58..962ebab94 100644 --- a/cookbooks/nominatim/templates/default/clean-db-nominatim.erb +++ b/cookbooks/nominatim/templates/default/clean-db-nominatim.erb @@ -12,7 +12,7 @@ for i in `seq 0 246`; do psql -q -d nominatim -c "VACUUM ANALYSE search_name_${i}" done -<% if node[:postgres][:settings][:archive_mode] == "on" -%> +<% if node[:postgresql][:settings][:archive_mode] == "on" -%> # Cleanup archive directory find -L /data/postgresql-archive -mtime +3 -print0 | xargs -0r rm