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 69 results = { "gitlab" => {} }
70 70 [
71 71 "bootstrap",
  72 + "redis",
72 73 "postgresql"
73 74 ].each do |key|
74 75 rkey = key.gsub('_', '-')
... ...