X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/22014524ab710947798fed63c81cafad02bcfb45..a19f9c4c8ce5cbc8b5b73d2d33de98bae686176b:/cookbooks/apt/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 06b81b898..195d9750e 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -182,6 +182,13 @@ apt_repository "grafana" do key "https://packages.grafana.com/gpg.key" end +apt_repository "timescaledb" do + action repository_actions["timescaledb"] + uri "https://packagecloud.io/timescale/timescaledb/ubuntu" + components ["main"] + key "https://packagecloud.io/timescale/timescaledb/gpgkey" +end + package "unattended-upgrades" if Dir.exist?("/usr/share/unattended-upgrades")