Commit 9060f82150998fdf666f63a143035f39838b68c6
1 parent
be2fce56
Exists in
master
and in
17 other branches
No reason to make the listen_address configurable
There is no reason to make the redis listen_address configurable for now so let us remove it.
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/attributes/default.rb
@@ -71,4 +71,3 @@ default['gitlab']['redis']['username'] = "gitlab-redis" | @@ -71,4 +71,3 @@ default['gitlab']['redis']['username'] = "gitlab-redis" | ||
71 | default['gitlab']['redis']['shell'] = "/bin/nologin" | 71 | default['gitlab']['redis']['shell'] = "/bin/nologin" |
72 | default['gitlab']['redis']['home'] = "/var/opt/gitlab/redis" | 72 | default['gitlab']['redis']['home'] = "/var/opt/gitlab/redis" |
73 | default['gitlab']['redis']['port'] = 6379 | 73 | default['gitlab']['redis']['port'] = 6379 |
74 | -default['gitlab']['redis']['listen_address'] = '127.0.0.1' |