]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Add cookbook to install and configure TimescaleDB
[chef.git] / cookbooks / apt / recipes / default.rb
index 06b81b89819329a52755f5667a64b82c03949417..6ab6afb7ecaf793a2a64777e30ef812f71608e31 100644 (file)
@@ -182,6 +182,11 @@ apt_repository "grafana" do
   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")