]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/templates/default/replicate.erb
Switch rhaegal to use the test replication feed
[chef.git] / cookbooks / tile / templates / default / replicate.erb
index bdd271f61a044a2c8474e3a22f6be99df3f78ff6..4e96d767d8dd1696d44c4a78427b3c2c68e9e170 100644 (file)
@@ -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=$?