We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f93d72e + b6bb433 commit 9596ce7Copy full SHA for 9596ce7
templates/default/shell_config.yml.erb
@@ -20,7 +20,7 @@ auth_file: <%= node['gitlab']['home'] + "/.ssh/authorized_keys"%>
20
21
# Redis settings used for pushing commit notices to gitlab
22
redis:
23
- bin: /usr/local/bin/redis-cli
+ bin: <%= node['redisio']['bin_path'] %>/redis-cli
24
host: 127.0.0.1
25
port: 6379
26
# socket: /tmp/redis.socket # Only define this if you want to use sockets
0 commit comments