Commit 3cceb32ca102da39a6af5290c6e864727514ec70

Authored by Jacob Vosmaer
1 parent 175d7200

Actually use redis attributes from gitlab.rb

files/gitlab-cookbooks/gitlab/libraries/chef_server.rb
@@ -69,6 +69,7 @@ module GitLab @@ -69,6 +69,7 @@ module GitLab
69 results = { "gitlab" => {} } 69 results = { "gitlab" => {} }
70 [ 70 [
71 "bootstrap", 71 "bootstrap",
  72 + "redis",
72 "postgresql" 73 "postgresql"
73 ].each do |key| 74 ].each do |key|
74 rkey = key.gsub('_', '-') 75 rkey = key.gsub('_', '-')