X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3c15d2bb0a9506e8ff9ffd89d679f78d8c51b195..d6c3c3bc6b45204974784125bd0843a0b28ce9aa:/cookbooks/prometheus/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/prometheus/attributes/default.rb b/cookbooks/prometheus/attributes/default.rb index dba44a6b1..a104883e7 100644 --- a/cookbooks/prometheus/attributes/default.rb +++ b/cookbooks/prometheus/attributes/default.rb @@ -2,7 +2,5 @@ default[:prometheus][:addresses] = {} default[:prometheus][:exporters] = {} default[:prometheus][:snmp] = {} default[:prometheus][:metrics] = {} - -if node[:recipes].include?("prometheus::server") - default[:apt][:sources] |= ["grafana"] -end +default[:prometheus][:files] = [] +default[:prometheus][:promscale] = true