Skip to content
Snippets Groups Projects
Commit ea53bae5 authored by Balasankar C's avatar Balasankar C Committed by Robert Marshall
Browse files

Add missing geo-secondary to underscore conversion


One of the conversions was lost in the resolution of merge-conflict.

Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent 7abbfaed
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