Commit 595f4292b4bb4588a79529dbc7632fece390447c

Authored by Luciano Prestes
1 parent c3288e9c

Add :immediately into notifies of template '/etc/gitlab/database.yml'

Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
cookbooks/gitlab/recipes/default.rb
... ... @@ -12,7 +12,7 @@ template &#39;/etc/gitlab/database.yml&#39; do
12 12 group 'root'
13 13 mode 0644
14 14  
15   - notifies :run, 'execute[gitlab:setup]'
  15 + notifies :run, 'execute[gitlab:setup]', :immediately
16 16 end
17 17  
18 18 execute 'gitlab:setup' do
... ...