Skip to content

Commit b1b0655

Browse files
Merge branch '8092-disable-existing-grafana-service' into 'master'
Disable Grafana service after dropping it See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7078 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Clemens Beck <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Reviewed-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Hossein Pursultani <[email protected]>
2 parents a27ff26 + 9615acf commit b1b0655

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)