]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Use packagecloud.io repository for timescaledb
[chef.git] / 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"