Commit 175d7200d22680810e668f9f0be6f767a91349c9

Authored by Jacob Vosmaer
1 parent 677ec9c6

Fix copy-paste error in redis_disable.rb

files/gitlab-cookbooks/gitlab/recipes/redis_disable.rb
... ... @@ -15,6 +15,6 @@
15 15 # limitations under the License.
16 16 #
17 17  
18   -runit_service "postgresql" do
  18 +runit_service "redis" do
19 19 action :disable
20 20 end
... ...