Skip to content
Snippets Groups Projects
Commit 7ca318d9 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

REload redis service.

parent 824dbecf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,6 +21,7 @@ file "#{gitlab['redis_unixsocket']}" do
group node['redisio']['default_settings']['group']
mode gitlab['redis_unixsocketperms']
action :create_if_missing
notifies :reload, "service[redis#{gitlab['redis_port']}]"
not_if gitlab['redis_unixsocket'].nil?
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment