Commit 44889a88140d995d878020b4567695fcaf04b28e
1 parent
b7e21c3f
Exists in
master
and in
17 other branches
Fix Chef syntax errors
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/recipes/default.rb
files/gitlab-cookbooks/gitlab/recipes/postgresql.rb
@@ -153,5 +153,5 @@ execute "create #{db_name} database" do | @@ -153,5 +153,5 @@ execute "create #{db_name} database" do | ||
153 | user pg_user | 153 | user pg_user |
154 | not_if { !pg_helper.is_running? || pg_helper.database_exists?(db_name) } | 154 | not_if { !pg_helper.is_running? || pg_helper.database_exists?(db_name) } |
155 | retries 30 | 155 | retries 30 |
156 | - notifies :run, "execute[gitlab::initialize database]", :immediately | 156 | + notifies :run, "execute[initialize database]", :immediately |
157 | end | 157 | end |