Commit 595f4292b4bb4588a79529dbc7632fece390447c
1 parent
c3288e9c
Exists in
r5_design
and in
1 other branch
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 '/etc/gitlab/database.yml' do | @@ -12,7 +12,7 @@ template '/etc/gitlab/database.yml' do | ||
12 | group 'root' | 12 | group 'root' |
13 | mode 0644 | 13 | mode 0644 |
14 | 14 | ||
15 | - notifies :run, 'execute[gitlab:setup]' | 15 | + notifies :run, 'execute[gitlab:setup]', :immediately |
16 | end | 16 | end |
17 | 17 | ||
18 | execute 'gitlab:setup' do | 18 | execute 'gitlab:setup' do |