X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/66db0f15b4041d1156f7837934db40159ac5c357..05fef779d7706cd3db12d78ff82d88e6b994347c:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 645bb0998..f87bac614 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -433,7 +433,6 @@ end package %w[ osm2pgsql - osmosis ruby pyosmium python-pyproj @@ -468,13 +467,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"