]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/attributes/default.rb
Switch rhaegal to use the test replication feed
[chef.git] / cookbooks / tile / attributes / default.rb
index 314d5a61c96739b0f98f24155d28d7349946e721..7ad888fd0f45b232429a8b3ff0ac2375754cd9dc 100644 (file)
@@ -6,9 +6,11 @@ default[:tile][:database][:hstore] = true
 default[:tile][:database][:style_file] = nil
 default[:tile][:database][:tag_transform_script] = nil
 
+default[:tile][:replication][:url] = "https://planet.osm.org/replication/minute/"
+
 default[:tile][:data] = {}
 default[:tile][:styles] = {}
 
-default[:postgresql][:versions] |= ["12"]
+default[:postgresql][:versions] |= [node[:tile][:database][:cluster].split("/").first]
 
 default[:accounts][:users][:tile][:status] = :role