Commit 9060f82150998fdf666f63a143035f39838b68c6

Authored by Jacob Vosmaer
1 parent be2fce56

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.
files/gitlab-cookbooks/gitlab/attributes/default.rb
... ... @@ -71,4 +71,3 @@ default['gitlab']['redis']['username'] = "gitlab-redis"
71 71 default['gitlab']['redis']['shell'] = "/bin/nologin"
72 72 default['gitlab']['redis']['home'] = "/var/opt/gitlab/redis"
73 73 default['gitlab']['redis']['port'] = 6379
74   -default['gitlab']['redis']['listen_address'] = '127.0.0.1'
... ...