]> git.openstreetmap.org Git - chef.git/blob - cookbooks/prometheus/attributes/default.rb
Bump test-kitchen from 2.11.0 to 2.11.1
[chef.git] / cookbooks / prometheus / attributes / default.rb
1 default[:prometheus][:exporters] = {}
2
3 if node[:recipes].include?("prometheus::server")
4   default[:apt][:sources] |= ["grafana"]
5 end