X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/22014524ab710947798fed63c81cafad02bcfb45..3ca3648cc508007b01e59d61237569c854516197:/cookbooks/apt/recipes/default.rb?ds=sidebyside 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")