Skip to content

Commit 9615acf

Browse files
committed
Disable Grafana service after dropping it
This is a fix on top of that disables Grafana runit service after it is removed. Related to: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7069 Changelog: fixed
1 parent a275f9f commit 9615acf

File tree

1 file changed

+5
-0
lines changed
  • files/gitlab-cookbooks/monitoring/recipes

1 file changed

+5
-0
lines changed

files/gitlab-cookbooks/monitoring/recipes/default.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@
2424
include_recipe "monitoring::#{cookbook_name}_disable"
2525
end
2626
end
27+
28+
# Disable Grafana service.
29+
runit_service 'grafana' do
30+
action :disable
31+
end

0 commit comments

Comments
 (0)