Skip to content
Snippets Groups Projects
Commit fa70e6caec2c 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>
No related branches found
No related tags found
3 merge requests!102heptapod#1237: making 0.38 the new oldstable,!96Merged heptapod branch for upstream 15.11 in heptapod-stable,!93Merged upstream 15.11.0+rc42+ce.0
......@@ -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'
......
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