Skip to content
Snippets Groups Projects
Commit e6fee0bf authored by Robert Marshall's avatar Robert Marshall
Browse files

Merge branch 'fix-geo-secondary-conversion' into 'master'

Add missing geo-secondary to underscore conversion

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6806



Merged-by: default avatarRobert Marshall <rmarshall@gitlab.com>
Approved-by: default avatarRobert Marshall <rmarshall@gitlab.com>
Co-authored-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parents 7abbfaed ea53bae5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -47,7 +47,7 @@ end
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'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment