diff --git a/files/gitlab-cookbooks/gitlab/attributes/default.rb b/files/gitlab-cookbooks/gitlab/attributes/default.rb index a994a25..23c3af8 100644 --- a/files/gitlab-cookbooks/gitlab/attributes/default.rb +++ b/files/gitlab-cookbooks/gitlab/attributes/default.rb @@ -57,3 +57,8 @@ default['gitlab']['postgresql']['checkpoint_segments'] = 10 default['gitlab']['postgresql']['checkpoint_timeout'] = "5min" default['gitlab']['postgresql']['checkpoint_completion_target'] = 0.9 default['gitlab']['postgresql']['checkpoint_warning'] = "30s" + +### +# Redis +### +default['gitlab']['redis']['enable'] = true -- libgit2 0.21.2