From 175d7200d22680810e668f9f0be6f767a91349c9 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 31 Jan 2014 22:53:05 +0100 Subject: [PATCH] Fix copy-paste error in redis_disable.rb --- files/gitlab-cookbooks/gitlab/recipes/redis_disable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/gitlab-cookbooks/gitlab/recipes/redis_disable.rb b/files/gitlab-cookbooks/gitlab/recipes/redis_disable.rb index a187fbd..87d3c62 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/redis_disable.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/redis_disable.rb @@ -15,6 +15,6 @@ # limitations under the License. # -runit_service "postgresql" do +runit_service "redis" do action :disable end -- libgit2 0.21.2