X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4d58dbbf44ec07022db6abfadc8a992a6496bc1b..6110a3a7aa3c17b3eeb17ef23324f0b5b906ead8:/cookbooks/prometheus/attributes/default.rb diff --git a/cookbooks/prometheus/attributes/default.rb b/cookbooks/prometheus/attributes/default.rb index a239c6a19..7ea8bfd1d 100644 --- a/cookbooks/prometheus/attributes/default.rb +++ b/cookbooks/prometheus/attributes/default.rb @@ -3,7 +3,3 @@ default[:prometheus][:exporters] = {} default[:prometheus][:snmp] = {} default[:prometheus][:metrics] = {} default[:prometheus][:files] = [] - -if node[:recipes].include?("prometheus::server") - default[:apt][:sources] |= ["grafana"] -end