diff --git a/files/gitlab-cookbooks/gitlab/recipes/default.rb b/files/gitlab-cookbooks/gitlab/recipes/default.rb index 7c9dc07..d6f82ef 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/default.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/default.rb @@ -72,4 +72,4 @@ include_recipe "runit" end end -include_recipe "gitlab:database_migrations" +include_recipe "gitlab::database_migrations" diff --git a/files/gitlab-cookbooks/gitlab/recipes/postgresql.rb b/files/gitlab-cookbooks/gitlab/recipes/postgresql.rb index c033aec..a753e46 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/postgresql.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/postgresql.rb @@ -153,5 +153,5 @@ execute "create #{db_name} database" do user pg_user not_if { !pg_helper.is_running? || pg_helper.database_exists?(db_name) } retries 30 - notifies :run, "execute[gitlab::initialize database]", :immediately + notifies :run, "execute[initialize database]", :immediately end -- libgit2 0.21.2