X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8953420d775164817ba62e243031b514cf1e0ca2..d0661470ef7a5a433d4c56a576a7d0eecf9ad9af:/cookbooks/tile/attributes/default.rb diff --git a/cookbooks/tile/attributes/default.rb b/cookbooks/tile/attributes/default.rb index 314d5a61c..a9636c134 100644 --- a/cookbooks/tile/attributes/default.rb +++ b/cookbooks/tile/attributes/default.rb @@ -9,6 +9,6 @@ default[:tile][:database][:tag_transform_script] = nil 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