Commit 95d60940c1e56068363ea38c1eaa96fc80994b27

Authored by Jacob Vosmaer
1 parent a6b2a573

Create redis attributes section

files/gitlab-cookbooks/gitlab/attributes/default.rb
... ... @@ -57,3 +57,8 @@ default['gitlab']['postgresql']['checkpoint_segments'] = 10
57 57 default['gitlab']['postgresql']['checkpoint_timeout'] = "5min"
58 58 default['gitlab']['postgresql']['checkpoint_completion_target'] = 0.9
59 59 default['gitlab']['postgresql']['checkpoint_warning'] = "30s"
  60 +
  61 +###
  62 +# Redis
  63 +###
  64 +default['gitlab']['redis']['enable'] = true
... ...