]> git.openstreetmap.org Git - chef.git/blob - cookbooks/prometheus/attributes/default.rb
nominatim: remove old php settings
[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