]> git.openstreetmap.org Git - chef.git/blob - cookbooks/timescaledb/attributes/default.rb
Do not create temporary planet file when update was not complete
[chef.git] / cookbooks / timescaledb / attributes / default.rb
1 default[:timescaledb][:database_version] = "14"
2 default[:timescaledb][:max_background_workers] = 8
3
4 default[:apt][:sources] |= ["timescaledb"]