]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/recipes/default.rb
Link to explanantions when not to use the form is 3-fold redirect
[chef.git] / cookbooks / tile / recipes / default.rb
index 645bb0998499c901d766aa140a1208087f711c1c..22a6426751693aefb1427a4ae5292ae6d2319cca 100644 (file)
@@ -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"