X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/70574222913bd96fdbcbdc1443fa6b367b876814..207dca167b6211116a0af448aff9907f3e3ab4bd:/cookbooks/apt/recipes/default.rb diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 06b81b898..6ab6afb7e 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -182,6 +182,11 @@ apt_repository "grafana" do key "https://packages.grafana.com/gpg.key" end +apt_repository "timescaledb" do + action repository_actions["timescaledb"] + uri "ppa:timescale/timescaledb-ppa" +end + package "unattended-upgrades" if Dir.exist?("/usr/share/unattended-upgrades")