X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2b597b506b4516fa00f3636fc123f891dd5ad902..5ace4fe37e3efcb81461114649967b8bc23976f8:/cookbooks/prometheus/recipes/server.rb?ds=sidebyside 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"