Skip to content

Commit 9596ce7

Browse files
committed
Merge pull request #119 from yakara-ltd/redis-path
Locate redis-cli using a redisio cookbook attribute
2 parents f93d72e + b6bb433 commit 9596ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/default/shell_config.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ auth_file: <%= node['gitlab']['home'] + "/.ssh/authorized_keys"%>
2020

2121
# Redis settings used for pushing commit notices to gitlab
2222
redis:
23-
bin: /usr/local/bin/redis-cli
23+
bin: <%= node['redisio']['bin_path'] %>/redis-cli
2424
host: 127.0.0.1
2525
port: 6379
2626
# socket: /tmp/redis.socket # Only define this if you want to use sockets

0 commit comments

Comments
 (0)