X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/388687b7120815bc61f49de6c5dd0ea793dad67b..7d07126f5470b9f0acc18d67ebbf015b7241d35b:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 645bb0998..22a642675 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -433,8 +433,8 @@ end package %w[ osm2pgsql - osmosis ruby + osmium-tool pyosmium python-pyproj ] @@ -468,13 +468,6 @@ directory "/var/lib/replicate/expire-queue" do mode 0o775 end -template "/var/lib/replicate/configuration.txt" do - source "replicate.configuration.erb" - owner "tile" - group "tile" - mode 0o644 -end - template "/usr/local/bin/replicate" do source "replicate.erb" owner "root" @@ -579,6 +572,4 @@ munin_plugin "renderd_queue_time" munin_plugin "renderd_zoom" munin_plugin "renderd_zoom_time" -munin_plugin "replication_delay" do - conf "munin.erb" -end +munin_plugin "replication_delay"