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 7b8e1a2 + 8290ebc commit 8c61b1eCopy full SHA for 8c61b1e
recipes/default.rb
@@ -340,4 +340,5 @@
340
# Enable and start unicorn and sidekiq service
341
service 'gitlab' do
342
action [:enable, :start]
343
+ subscribes :restart, "template[#{node['gitlab']['app_home']}/config/gitlab.yml]", :delayed
344
end
0 commit comments