Redis recipe
This commit is contained in:
7
templates/redis/local.conf
Normal file
7
templates/redis/local.conf
Normal file
@ -0,0 +1,7 @@
|
||||
# Specify the path for the Unix socket that will be used to listen for
|
||||
# incoming connections. There is no default, so Redis will not listen
|
||||
# on a unix socket when not specified.
|
||||
#
|
||||
|
||||
unixsocket <%= node['redis']['unix']['path'] %>
|
||||
unixsocketperm <%= node['redis']['unix']['perm'] %>
|
Reference in New Issue
Block a user