From 95d60940c1e56068363ea38c1eaa96fc80994b27 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 31 Jan 2014 15:03:40 +0100 Subject: [PATCH] Create redis attributes section --- files/gitlab-cookbooks/gitlab/attributes/default.rb | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) 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