Commit 3cceb32ca102da39a6af5290c6e864727514ec70
1 parent
175d7200
Exists in
master
and in
17 other branches
Actually use redis attributes from gitlab.rb
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
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('_', '-') |