From: Tom Hughes Date: Thu, 7 Oct 2021 23:50:43 +0000 (+0100) Subject: Use packagecloud.io repository for timescaledb X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c9ea623c34055db8bcca45c8b3f46a3af7008d33 Use packagecloud.io repository for timescaledb --- diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 6ab6afb7e..195d9750e 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -184,7 +184,9 @@ end apt_repository "timescaledb" do action repository_actions["timescaledb"] - uri "ppa:timescale/timescaledb-ppa" + uri "https://packagecloud.io/timescale/timescaledb/ubuntu" + components ["main"] + key "https://packagecloud.io/timescale/timescaledb/gpgkey" end package "unattended-upgrades"