X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ac4c98fd9572dc03e5d883710f2ee5443dd3aee7..49e729f51ae97eb06c651ca23d86582b5f02e27f:/cookbooks/tile/templates/default/replicate.erb diff --git a/cookbooks/tile/templates/default/replicate.erb b/cookbooks/tile/templates/default/replicate.erb index bdd271f61..4e96d767d 100644 --- a/cookbooks/tile/templates/default/replicate.erb +++ b/cookbooks/tile/templates/default/replicate.erb @@ -36,7 +36,7 @@ do cp sequence.txt sequence-prev.txt # Fetch the next set of changes - pyosmium-get-changes --sequence-file=sequence.txt --outfile=${file} + pyosmium-get-changes --server=<%= node[:tile][:replication][:url] %> --sequence-file=sequence.txt --outfile=${file} # Save exit status status=$?