X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc..a19f9c4c8ce5cbc8b5b73d2d33de98bae686176b:/cookbooks/apt/recipes/default.rb diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index d0a26fae7..195d9750e 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -174,6 +174,21 @@ apt_repository "docker" do key "https://download.docker.com/linux/ubuntu/gpg" end +apt_repository "grafana" do + action repository_actions["grafana"] + uri "https://packages.grafana.com/enterprise/deb" + distribution "stable" + components ["main"] + 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")