From 595f4292b4bb4588a79529dbc7632fece390447c Mon Sep 17 00:00:00 2001 From: Luciano Prestes Cavalcanti Date: Mon, 22 Jun 2015 17:38:42 -0300 Subject: [PATCH] Add :immediately into notifies of template '/etc/gitlab/database.yml' --- cookbooks/gitlab/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/gitlab/recipes/default.rb b/cookbooks/gitlab/recipes/default.rb index a29df74..7a82237 100644 --- a/cookbooks/gitlab/recipes/default.rb +++ b/cookbooks/gitlab/recipes/default.rb @@ -12,7 +12,7 @@ template '/etc/gitlab/database.yml' do group 'root' mode 0644 - notifies :run, 'execute[gitlab:setup]' + notifies :run, 'execute[gitlab:setup]', :immediately end execute 'gitlab:setup' do -- libgit2 0.21.2