Skip to content

Commit b95d119

Browse files
committed
Work around redis datadir permissions issue sous-chefs/redisio#351
1 parent 14a660e commit b95d119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

attributes/default.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
'name' => 'gitlab',
8080
'user' => node['gitlab']['user'],
8181
'group' => node['gitlab']['group'],
82+
'datadir' => '/var/lib/redis/gitlab',
8283
'unixsocket' => '/var/run/redis/gitlab/redis.sock',
8384
'unixsocketperm' => '660',
8485
'port' => 0

0 commit comments

Comments
 (0)