]> git.openstreetmap.org Git - chef.git/blob - cookbooks/timescaledb/attributes/default.rb
github actions: Switch to action ruby/setup-ruby from deprecated actions/setup-ruby
[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"]