]> git.openstreetmap.org Git - chef.git/blob - cookbooks/timescaledb/attributes/default.rb
Merge branch 'patch-2' of https://github.com/Tigerfell/chef into pr257
[chef.git] / cookbooks / timescaledb / attributes / default.rb
1 default[:timescaledb][:database_version] = "12"
2 default[:timescaledb][:max_background_workers] = 8
3
4 default[:apt][:sources] |= ["timescaledb"]