X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c76d172b32340781d10aba15fce7a309b8f77614..a9eccad425a4f107b6449a670954179fd27b30c6:/cookbooks/prometheus/attributes/default.rb diff --git a/cookbooks/prometheus/attributes/default.rb b/cookbooks/prometheus/attributes/default.rb index 1fe3790ab..0fe80895e 100644 --- a/cookbooks/prometheus/attributes/default.rb +++ b/cookbooks/prometheus/attributes/default.rb @@ -1,10 +1,6 @@ default[:prometheus][:addresses] = {} default[:prometheus][:exporters] = {} +default[:prometheus][:junos] = {} default[:prometheus][:snmp] = {} default[:prometheus][:metrics] = {} default[:prometheus][:files] = [] -default[:prometheus][:promscale] = false - -if node[:recipes].include?("prometheus::server") - default[:apt][:sources] |= %w[grafana timescaledb] -end