X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d8664c648f4d2d2c550fa0830cc5e1738a1f17d2..70cd95bedab96ce9df40ff84a3c94bbc22644928:/cookbooks/nominatim/recipes/default.rb diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index a19f203b5..44bf649ea 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -143,6 +143,7 @@ package %w[ python3-datrie python3-yaml python3-sqlalchemy-ext + python3-geoalchemy2 python3-asyncpg php-pgsql php-intl @@ -182,6 +183,17 @@ if node[:nominatim][:flatnode_file] end end +remote_directory "#{project_directory}/website" do + source "website" + owner "nominatim" + group "nominatim" + mode "755" + files_owner "nominatim" + files_group "nominatim" + files_mode "644" + purge false +end + # Normally syncing via chef is a bad idea because syncing might involve # an update of database functions which should not be done while an update # is ongoing. Therefore we sync in between update cycles. There is an