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

Run right away.

parent 7ca318d9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,7 +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']}]"
notifies :reload, "service[redis#{gitlab['redis_port']}]", :immediately
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