]> git.openstreetmap.org Git - chef.git/blob - cookbooks/timescaledb/attributes/default.rb
Avoid changing postgres configuration on prometheus clients
[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"]