]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/recipes/default.rb
missing dependency for ban script and more typos
[chef.git] / cookbooks / nominatim / recipes / default.rb
index a33fe85c24073c1a6682cde02d8fc8efdc2d2f7d..8f08ef5af3f418ce5d6ad07b3b3630b761c37da6 100644 (file)
@@ -110,6 +110,7 @@ package "automake"
 package "libproj-dev"
 package "libprotobuf-c0-dev"
 package "protobuf-c-compiler"
+package "python-psycopg2"
 
 execute "php-pear-db" do
   command "pear install DB"
@@ -185,7 +186,7 @@ cron "nominatim_logrotate" do
 end
 
 cron "nominatim_banip" do
-  command "#{source_directory}/utils/cron_banip.sh"
+  command "#{source_directory}/utils/cron_banip.py"
   user "nominatim"
   mailto email_errors
 end