# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
## Nominatim backend
include_recipe "git"
-include_recipe "python"
package "build-essential"
package "cmake"
package "libboost-dev"
package "libboost-system-dev"
package "libboost-filesystem-dev"
-package "libboost-python-dev"
package "libexpat1-dev"
package "zlib1g-dev"
package "libxml2-dev"
package "libpq-dev"
package "libgeos++-dev"
package "libproj-dev"
-package "osmosis"
-
-python_package "osmium"
+package "pyosmium"
source_directory = "#{basedir}/nominatim"
build_directory = "#{basedir}/bin"
external_data.each do |fname|
remote_file "#{source_directory}/data/#{fname}" do
action :create_if_missing
- source "http://www.nominatim.org/data/#{fname}"
+ source "https://www.nominatim.org/data/#{fname}"
owner "nominatim"
group "nominatim"
mode 0o644
remote_file "#{source_directory}/data/country_osm_grid.sql.gz" do
action :create_if_missing
- source "http://www.nominatim.org/data/country_grid.sql.gz"
+ source "https://www.nominatim.org/data/country_grid.sql.gz"
owner "nominatim"
group "nominatim"
mode 0o644
mode 0o644
end
+include_recipe "fail2ban"
+
munin_plugin_conf "nominatim" do
template "munin.erb"
variables :db => node[:nominatim][:dbname],