X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9b13010a7baff071a202ffa523e112e390b463dc..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