X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2b597b506b4516fa00f3636fc123f891dd5ad902..21f63bf93d90219a836166bbf0883755e4248989:/cookbooks/prometheus/recipes/server.rb diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index 8dd756cf8..02bc587d4 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -353,6 +353,7 @@ service "prometheus-karma" do action [:enable, :start] subscribes :reload, "template[/etc/prometheus/karma.yml]" subscribes :restart, "archive_file[#{cache_dir}/karma-linux-amd64.tar.gz]" + subscribes :restart, "systemd_service[prometheus-karma]" end package "grafana-enterprise"