key "https://packages.grafana.com/gpg.key"
end
+apt_repository "timescaledb" do
+ action repository_actions["timescaledb"]
+ uri "https://packagecloud.io/timescale/timescaledb/ubuntu"
+ components ["main"]
+ key "https://packagecloud.io/timescale/timescaledb/gpgkey"
+end
+
package "unattended-upgrades"
if Dir.exist?("/usr/share/unattended-upgrades")