X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/245d811e107a1dd37664e59f95447a8d24e62423..fc9393355330ee093686166c43aa34e6d3150ef2:/cookbooks/prometheus/attributes/default.rb diff --git a/cookbooks/prometheus/attributes/default.rb b/cookbooks/prometheus/attributes/default.rb index 98c3710d6..7b6feed28 100644 --- a/cookbooks/prometheus/attributes/default.rb +++ b/cookbooks/prometheus/attributes/default.rb @@ -6,5 +6,5 @@ default[:prometheus][:files] = [] default[:prometheus][:promscale] = true if node[:recipes].include?("prometheus::server") - default[:apt][:sources] |= ["grafana"] + default[:apt][:sources] |= %w[grafana timescaledb] end