diff --git a/files/gitlab-cookbooks/gitlab-ee/recipes/default.rb b/files/gitlab-cookbooks/gitlab-ee/recipes/default.rb index f1bf996d9fb54ac6628d83c8b0b2c62603638f75_ZmlsZXMvZ2l0bGFiLWNvb2tib29rcy9naXRsYWItZWUvcmVjaXBlcy9kZWZhdWx0LnJi..c7d1ce42f3558c425ba9a6d028c78fa4a5bf0502_ZmlsZXMvZ2l0bGFiLWNvb2tib29rcy9naXRsYWItZWUvcmVjaXBlcy9kZWZhdWx0LnJi 100644 --- a/files/gitlab-cookbooks/gitlab-ee/recipes/default.rb +++ b/files/gitlab-cookbooks/gitlab-ee/recipes/default.rb @@ -47,7 +47,7 @@ rails_enable = node['gitlab']['gitlab-rails']['enable'] # Geo secondary -if node['gitlab']['geo-secondary']['enable'] +if node['gitlab']['geo_secondary']['enable'] if rails_enable include_recipe 'gitlab-ee::geo-secondary' include_recipe 'gitlab-ee::geo_database_migrations'