]> git.openstreetmap.org Git - chef.git/commitdiff
Use packagecloud.io repository for timescaledb
authorTom Hughes <tom@compton.nu>
Thu, 7 Oct 2021 23:50:43 +0000 (00:50 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 7 Oct 2021 23:50:43 +0000 (00:50 +0100)
cookbooks/apt/recipes/default.rb

index 6ab6afb7ecaf793a2a64777e30ef812f71608e31..195d9750e3ced1c2696dc637832f4c1adb7657d6 100644 (file)
@@ -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"