X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc..8ab9da9fb0d33825e30089ee3c2e5a718058c2c1:/cookbooks/apt/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index d0a26fae7..6ab6afb7e 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -174,6 +174,19 @@ 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 "ppa:timescale/timescaledb-ppa" +end + package "unattended-upgrades" if Dir.exist?("/usr/share/unattended-upgrades")